{% extends "base.html" %} {% load static %} {% block html_class %}marketing-shell{% endblock %} {% block body %}
{% include "components/public_header.html" %} {# ── Main content (full-width so sections can go full-bleed) ── #}
{% block content %}{% endblock %}
{% include "components/public_footer.html" %}
{% endblock %}