django-pagelets icon indicating copy to clipboard operation
django-pagelets copied to clipboard

Paglets render method compiles the text as a django template then uses markup languase

Open glassresistor opened this issue 13 years ago • 0 comments

I think doing this should be done the opposite way around. Compile the markup language then run it as a django template. Firstly this allows for caching of the markup language into html without fear of losing context driven content. Also this means template tags used in markup languages don't have to output the markup language to render properly.

glassresistor avatar Apr 05 '11 00:04 glassresistor