{% extends "layout.html" %} {% block title %}Home{% endblock %} {% block stylesheets %} {% endblock %} {% block loader %} {% if not config.THEME_SETTINGS.loader_enable or config.THEME_SETTINGS.loader_enable.lower() not in ["false", "f", "no", "n"] %}
{% endif %} {% endblock %} {% block nav_main %} {% if this.hero_image and this.show_home_nav %} Home {% endif %} {% if this.main_content %} {% for block in this.main_content.blocks %} {% if block.nav_label %} {{ block.nav_label }} {% endif %} {% endfor %} {% endif %} {% endblock %} {% block body %} {% if this.hero_image %}