django-pagelets
django-pagelets copied to clipboard
Paglets render method compiles the text as a django template then uses markup languase
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.