feat: render section content

This commit is contained in:
welpo 2025-02-09 20:56:03 +01:00
parent 6ff0604beb
commit 7770369244
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -26,6 +26,10 @@
<main {% if more_than_one_section_shown %}class="{{ first_section }}-first"{% endif %}>
{%- if section.extra.header %}
{%- include "partials/home_banner.html" -%}
{%- elif section.content -%}
<section>
{{ section.content | safe }}
</section>
{% endif -%}
{% if section.extra.section_path -%}