{# Page title and meta #} {{ title }} {% if description %} {% endif %} {# Favicon — module-specific, fallback to default #} {# Public page CSS — wrapper layout only (content CSS comes from DB) #}
{# Header — title + date (optional) #} {% if title %}
{% if logo %} {% endif %}

{{ title }}

{% if datetime %} {% endif %}
{% endif %} {# Content — HTML + inline CSS from GrapesJS, rendered as-is #}
{{ content|safe }}