{% include document-head.html %}
{% include styles/fonts.html %}
{% include scripts/google-tag.html %}
{% include styles/vendor.html %}
{% if page.sheet_key %}
{% endif %}
{% include styles/main.html %}
{% include body.html %}
{% include scripts/google-noscript.html %}
{% if site.translate == true %}{% include translate.html %}{% endif %}
{% include nav-global.html %}
{% if page.no_local_nav != true %}{% include nav-local.html %}{% endif %}
{% if page.no_alert != true %}{% include emergency-alerts.html %}{% endif %}
{{ content }}
{% include footer.html %}
{% include scripts/vendor-cdn.html %}
{% include scripts/kcc-nav.html %}
{% include scripts/kcc-theme.html %}
{% include scripts/emergency-alerts.html %}
{% include scripts/google-api.html %}
{% if page.sheet_key %}
{% include scripts/table-cdn.html %}
{% endif %}
{% include scripts/custom.html %}
{% if site.translate == true %}
{% include scripts/translate.html %}{% endif %}
{% include foot.html %}