The template tag allows for printing of characters which are part of the Ensconce template syntax.
Argument | Output |
---|---|
openblock |
{% |
closeblock |
%} |
openvariable |
{{ |
closevariable |
}} |
openbrace |
{ |
closebrace |
} |
opencomment |
{# |
closecomment |
#} |
{% templatetag openvariable %} Content In Double Braces {% templatetag closevariable %}