custom sections styling removal so custom style tags can be written
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user