custom sections styling removal so custom style tags can be written

This commit is contained in:
cube
2026-05-01 01:47:28 +01:00
parent a79dc7742b
commit 8db34a6d74

View File

@@ -55,9 +55,7 @@
{% for section in sections %}
{% if section[2] %}<div class="heading big">{{ section[2] }}</div>{% endif %}
<div class="maintext">
{{ section[3].replace('\n', '<br>')|safe }}
</div>
{{ section[3]|safe }}
{% endfor %}
<!-- {% if groups|length > 0 %}