{% if menu %}
{% endif %}
{% endif %}
{% if hero is defined and current_page == "index.html" %}
{{ hero }}
{% endif %}
{% block main -%}{%- endblock %}
{% if sidebar is defined %}
{% endif %}
{% if footer is defined %}
{{ footer}}
{% else %}
{% endif %}
{% if site.enable_search %}
{% endif %}
{% block scripts %}
{% if site.enable_search %}
{% endif %}
{% if site.extra.colorscheme_toggle %}
{% endif %}
{% if site.extra.colormode %}
{% endif %}
{% endblock %}
{% if htmltail is defined %}
{{ htmltail }}
{% endif %}