python - Is there a replacement for Paste.Template? -
I'm tired of all the small issues with paste template, it's awesome to keep templates, to update it There is no way to have an old project and it is very difficult to test.
I am thinking that someone knows about the choice of quicktime generators because they have proved useful.
I have not used paste templates, so I'm not sure how it compares , But seems like a good system.
A snippet of template language from their front page:
& lt;% previous file = "base.html" / & gt; & Lt;% rows = [(0,10) in the range for [[v] range (0,10)]%> in line & Lt; Table & gt; % For row in lines: $ {makerow (line)}% endfor & lt; / Table & gt; & Lt;% def name = "makeover (line)" & gt; & Lt; TR & gt; In line for name: & lt; Td> $ {Name} & lt; / Td> \ Endfor & lt; / Tr & gt; & Lt; /% DEF & gt;
Comments
Post a Comment