{% if site.is_maintenance_mode %} {% include maintenance_mode.html %} {% else %} {% include head.html %} {% if page.id == "home" %} {% include top_nav_home.html %} {% endif %} {% if page.id == "home" %} {% include jumbotron.html %} {% endif %}
{{ content }}
{% include cta-banner.html %} {% include footer.html %} {% endif %}