{% endblock %} {% block content %} {% block flash_messages %} {% include 'flash_messages.html' %} {# flash_message.html was previously only included in child templates that were using withoutnav_template. Now, we can add flash_message blocks and include flash_messages.html in child templates that were using withoutnav_template. This will help eliminate the need for an entirely separate parent template. #} {% endblock %} {% block maincolumn_content %} {# lines 48-59 were previously from content_template.html #}
{% if navigation_links %}
{{ sub_navigation(navigation_links) }}
{% else %}
{% endif %} {% block content_column_content %}{% endblock %}
{% endblock %} {% endblock %}