{# Jinja variable example #}
The title of this site is: {{ app_globals.site_title }}.
{# End example #} {# Jinja for-loop example #}The currently enabled plugins are:
CKAN's page-view tracking feature is enabled.
{% else %}CKAN's page-view tracking feature is not enabled.
{% endif %} {# End example #} {# Jinja comment example #} {# This text will not appear in the output when this template is rendered. #} {# End example #}