From db5062fb3f8cec661f0ff160bc5f03a682c12bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar?= Date: Sun, 9 Feb 2025 21:00:08 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20render=20section=20content?= =?UTF-8?q?=20(#484)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/section.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/section.html b/templates/section.html index 66465ae..77b6c73 100644 --- a/templates/section.html +++ b/templates/section.html @@ -26,6 +26,10 @@
{%- if section.extra.header %} {%- include "partials/home_banner.html" -%} +{%- elif section.content -%} +
+ {{ section.content | safe }} +
{% endif -%} {% if section.extra.section_path -%}