{% extends "./layouts/base.html" %} {% block body %} {# Main Content Area - Header and Footer are inherited from base.html #} {% dnd_area "main_content" label="Main Content", class="body-container body-container--blank" %} {% dnd_section %} {% dnd_column width=12 %} {# Empty - add your modules here #} {% end_dnd_column %} {% end_dnd_section %} {% end_dnd_area %} {% endblock body %}