{% load DjangoHelpers %} {% load GrammarFormatHelpers %}
{%block langTable %}
{% include "GrammarTemplates/LanguagesTable.html" with doc=doc languages=documentation.languages %}
{%endblock %}

{% block title %}{{documentation.name}}{% endblock %}


{% if documentation.desc != "" %}
{{documentation.desc|safe}}
{% endif %} {% block useCases %}{% endblock %} {% if documentation.parentRules|length > 0 %}

Parent Rules

{% endif %} {% if documentation.childRules|length > 0 %}

Child Rules

{% endif %} {% if documentation.parentTags|length > 0 %}

Parent Tags

{% endif %} {% if documentation.childTags|length > 0 %}

Child Tags

{% endif %} {% if documentation.otherLinks|length > 0 %}

Also See

{% endif %}