{% set template_css = "../../css/templates/blog.css" %} {% extends "./layouts/base.html" %} {% block head_extra %} {# RSS discovery for readers and AI/aggregator crawlers #} {% endblock %} {% block body %} {% dnd_area "dnd_area" label="Main section", class="body-container body-container--blog-index" %} {# Hero banner #} {# Translucent grey (≈#F7F8FA on white) so the hero band adapts to dark mode without a CSS hook — css_class isn't a supported dnd_section param (audit N1). #} {% dnd_section background_color={ "r": 127, "g": 131, "b": 139, "a": 0.06 }, max_width=600, padding={ "default": { "top": 80, "right": 0, "bottom": 80, "left": 0 }, "mobile": { "top": 80, "right": 20, "bottom": 80, "left": 20 } } %} {% dnd_column %} {% dnd_row %} {% dnd_module "blog_header" path="@hubspot/rich_text", label="Blog Header" %} {% module_attribute "html" %}
Use this space to tell everyone about what you have to offer.