{% comment %} Template for inner paragraphs of a reg section {% endcomment %} {% if node.header %}
{{ node.header | safe }} {% if meta.comment_state.name == 'OPEN' and node.accepts_comments %}
Write a comment about {{ node.human_label }}
{% endif %}
{% endif %}
{% if not node.comments_calledout %}
{% endif %} {%if node.marked_up %}

{% block paragraph_marker %} {% if node.paragraph_marker %} {{node.paragraph_marker}}. {% endif %} {% endblock %} {% if node.node_type == "appendix" %} {{node.marked_up|safe|linebreaksbr}} {% else %} {{node.marked_up|safe}} {% endif %}

{% if meta.comment_state.name == 'OPEN' and node.accepts_comments and not node.title %}
Write a comment about {{ node.human_label }}
{% endif %} {% endif %}
{% if node.children %}
    {% for c in node.children %} {% with node=c %} {% include node.template_name %} {% endwith %} {% endfor %}
{% endif %} {% if node.interp %} {% with interp=node.interp %} {% include "regulations/slide-down-interp.html" %} {% endwith %} {% endif %}