docs/_layouts/default.html
<!DOCTYPE html>
<html lang="en-us">
{% if site.is_maintenance_mode %}
{% include maintenance_mode.html %}
{% else %}
{% include head.html %}
{% if page.id == "home" %}
{% include top_nav_home.html %}
{% endif %}
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5DGS7TG"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% if page.id == "home" %}
{% include jumbotron.html %}
{% endif %}
<div class="container">
<div class="row">
<div id="content" class="">
{{ content }}
</div>
</div>
</div>
{% include cta-banner.html %}
{% include footer.html %}
</body>
{% endif %}
</html>