{% extends "regulations/base.html" %} {% block title %} Analysis for {{formatted_id}} | eRegulations {% endblock %} {% block body %} {% comment %} Page-level template for breakaway views with chrome. Right now, this only includes section-by-section analysis. If another type of content displays via this template, data-page-type should change to something like "breakaway-{{type}}" where type is "sxs" or "fr-notice", etc. {% endcomment %}
{{ partial_content|safe }}
{% endblock %}