{% extends "/columns.html" %} {% block "title" %}${long_name} namespaces{% end %} {% block "content" %}

Namespace ${namespace}

The following tags are available in the ${namespace} namespace.

{%- for tag in tags %}
${tag.tag_name}
${tag.synopsis or html:"No synopsis"}
{%- endfor %}
{% endblock %}