{% comment %}
All other templates that need the HTML front matter, such as links to
CSS/Javascript etc., should inherit from this template.
{% endcomment %}
{% load static from staticfiles %}
{% block title %}
{{meta.cfr_title_number}} CFR Part {{reg_part}} | eRegulations
{% endblock %}
{% include "regulations/favicon.html" %}
{% block app_js %}
{% if EREGS_GLOBALS.ENV == 'built' %}
{% else %}
{% endif %}
{% endblock %}
{% block preload %}
{% endblock %}
{% if EREGS_GLOBALS.ANALYTICS.GOOGLE %}
{% include "regulations/google_analytics.html" %}
{% endif %}
{% if EREGS_GLOBALS.ANALYTICS.DAP %}
{% include "regulations/dap_analytics.html" %}
{% endif %}
{% block body %}
{% endblock %}