feat: render section content (#484)

This commit is contained in:
Óscar 2025-02-09 21:00:08 +01:00 committed by GitHub
parent 6ff0604beb
commit db5062fb3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 -%}