custom sections styling removal so custom style tags can be written
This commit is contained in:
@@ -55,9 +55,7 @@
|
|||||||
|
|
||||||
{% for section in sections %}
|
{% for section in sections %}
|
||||||
{% if section[2] %}<div class="heading big">{{ section[2] }}</div>{% endif %}
|
{% if section[2] %}<div class="heading big">{{ section[2] }}</div>{% endif %}
|
||||||
<div class="maintext">
|
{{ section[3]|safe }}
|
||||||
{{ section[3].replace('\n', '<br>')|safe }}
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<!-- {% if groups|length > 0 %}
|
<!-- {% if groups|length > 0 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user