{% comment %} Used once per section. Contained by subparts at the top level. {% endcomment %} {%if c.node_type == 'regtext' %}

{{c.header|safe}}

{% if c.marked_up %}

{{c.marked_up|safe}}

{% endif %}
    {% if c.children %} {% for node in c.children %} {% include node.template_name %} {% endfor %} {% endif %}
{% if c.interp %} {% with interp=c.interp %} {% include "regulations/slide-down-interp.html" %} {% endwith %} {% endif %} {% include "regulations/footnotes.html" with footnotes=c.footnotes only %}
{% endif %}