{% comment %} Template for inner paragraphs of a reg section {% endcomment %} {% if node.header %}
{% 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 %} {% endif %} {% endif %}