docs/_layouts/subpages.html
<!DOCTYPE html>
<html lang="en-us">
{% include head.html %}
<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) -->
{% include top_nav.html %}
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>
</div>
</div>
{% include cta-banner.html %}
{% include footer.html %}
<script src='/javascript/clipboard-buttons.js' type="text/javascript"></script>
</body>
</html>