{% extends "./layouts/base-barebone.html" %} {# base-barebone renders no header/footer at all, so there are no header/footer blocks to override here. #} {% block body %} {# Main Content - Just one blank section, nothing else #} {% dnd_area "main_content" label="Main Content" %} {% dnd_section %} {% dnd_column width=12 %} {# Empty - add your modules here #} {% end_dnd_column %} {% end_dnd_section %} {% end_dnd_area %} {% endblock body %}