{% comment %} Template for each level of the interpretation tree {% endcomment %}
{% if inline %}
{{ interp.header|safe }}
{% elif interp.section_header %}

{{ interp.header|safe }}

{% else %}

{{ interp.header_markup|safe }}

{% endif %} {%if interp.marked_up %}

{{interp.marked_up|safe}}

{% endif %} {% if interp.par_children %}
    {% for par_child in interp.par_children %} {% with node=par_child %} {% include node.template_name %} {% endwith %} {% endfor %}
{% endif %} {% if not inline and interp.header_children %} {% for header_child in interp.header_children %} {% with interp=header_child template_name="regulations/interp-tree.html" %} {% include template_name %} {% endwith %} {% endfor %} {% endif %}