Article Content

{% for section in content %} {% if section.type == 'h3' %}

{{ section.text }}

{% elif section.type == 'p' %}

{{ section.text }}

{% endif %} {% endfor %}
Back to Articles