{% extends './layouts/base.html' %} {% block body %} {% dnd_area 'dnd_area' label='Main section' %} {# Banner #} {% dnd_section max_width=1000, padding={ "default": { "top": 80, "right": 0, "bottom": 80, "left": 0 }, "mobile": { "top": 80, "right": 20, "bottom": 80, "left": 20 } } %} {% dnd_module path='@hubspot/rich_text', html='

Resources and tools for building a lead generating website on HubSpot CMS

Lorem ipsum dolor sit amet, consectetur adipiscing elit Lorem ipsum dolor sit amet.

' %} {% end_dnd_module %} {% end_dnd_section %} {# Post listing #} {% dnd_section vertical_alignment='TOP' %} {% dnd_module path='../modules/blog-listing' %} {% end_dnd_module %} {% end_dnd_section %} {# Pagination #} {% dnd_section padding={ 'top': 0 } %} {% dnd_module path='../modules/pagination' %} {% end_dnd_module %} {% end_dnd_section %} {% end_dnd_area %} {% endblock body %}