{{ page_meta.html_title }}
{% endif %}
{% if site_settings.favicon_src %}
{% endif %}
{{ require_css(get_asset_url("../../css/main.css")) }}
{# This is intended to be used if a template requires template specific style sheets #}
{% if template_css %}
{{ require_css(get_asset_url(template_css)) }}
{% endif %}
{{ require_css(get_asset_url("../../css/theme-overrides.css")) }}
{# To see a full list of what is included via standard_header_includes please reference this article: https://developers.hubspot.com/docs/cms/hubl/variables#required-page-template-variables #}
{{ standard_header_includes }}
{% block header %}
{% global_partial path='../partials/header.html' %}
{% endblock header %}
{# The main-content ID is used for the navigation skipper in the header.html file #}
{% block body %}
{% endblock body %}
{% block footer %}
{% global_partial path='../partials/website-footer.html' %}
{% endblock footer %}
{# This is intended to be used if a template requires template specific JavaScript files #}
{% if template_js %}
{{ require_js(get_asset_url(template_js)) }}
{% endif %}
{# JS files to be included in all templates #}
{{ require_js(get_asset_url('../../js/main.js')) }}
{# To see a full list of what is included via standard_footer_includes please reference this article: https://developers.hubspot.com/docs/cms/hubl/variables#required-page-template-variables #}
{{ standard_footer_includes }}