From 8db34a6d748b03f8f0df17302029b67e26fa2de2 Mon Sep 17 00:00:00 2001 From: cube Date: Fri, 1 May 2026 01:47:28 +0100 Subject: [PATCH] custom sections styling removal so custom style tags can be written --- myriad/templates/page.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/myriad/templates/page.html b/myriad/templates/page.html index 1645050..f208ce3 100644 --- a/myriad/templates/page.html +++ b/myriad/templates/page.html @@ -55,9 +55,7 @@ {% for section in sections %} {% if section[2] %}
{{ section[2] }}
{% endif %} -
- {{ section[3].replace('\n', '
')|safe }} -
+ {{ section[3]|safe }} {% endfor %}