|
TagsAndFilters
Django tags and filters that have been implemented.
TagsErlyDTL 0.7 and later implements the following Django tags:
In addition, you can use the tag tag to include a template with a list of arguments. ErlyDTL ships with one such custom tag called "flashvideo". Finally, the non-standard call tag inserts the rendered output of an already compiled template beamfile. FiltersErlyDTL 0.7 and later implement 100% of Django filters. See the Django filter documentation |
► Sign in to add a comment
Regarding the "extends" tag, only the first form (literal name for parent template) is implemented. Because ErlyDTL templates are compiled, the second form, where the parent template is passed in a variable, is not implemented.