{%- block banner -%}
{% include "templates/includes/banner_extension.html" ignore missing %}
{% if banner_html -%}
{{ banner_html or "" }}
{%- endif %}
{%- endblock -%}
{%- block navbar -%}
{% include "templates/includes/navbar/navbar.html" %}
{%- endblock -%}
{%- if footer is defined -%}
{%- endif -%}
{%- block hero -%}{%- endblock -%}
{% block content %}{% endblock %}
{%- block footer -%}{% include "templates/includes/footer/footer.html" %}{%- endblock -%}