Template Tag

The template tag allows for printing of characters which are part of the Ensconce template syntax.

Available Tags

Argument Output
openblock {%
closeblock %}
openvariable {{
closevariable }}
openbrace {
closebrace }
opencomment {#
closecomment #}

Example


{% templatetag openvariable %} Content In Double Braces {% templatetag closevariable  %}