I have created a simple page a sort of announcement and I doubt that I put my text smart enogh. Would love to hear comment of more experienced users.
Where are several blocks of text. One of it I've put directly into html template (using "p" tag for each line). For another one (a list) I have created a django module as I wanted to do 'for loop' in the template for each paragraph. But some of this paragraph I've slightly changed in the html template again using (if
instance.id == ) clause.
It's quite painful now to update those texts as they are stored in different places. What would you do? Could I create a couple of .txt files and retrieve texts from them?