{% extends "base.html" %} {% block main_content %}
{% if section.extra.section_path -%} {% set extra_section = get_section(path=section.extra.section_path) %} {% endif -%} {%- if section.extra.header %} {%- include "partials/home_banner.html" -%} {% endif -%}
{% if paginator %} {%- include "partials/paginate.html" -%} {% endif %} {% endblock main_content %}