club-builder/templates/blocks/prose.html

9 lines
189 B
HTML

<section class="block block-prose">
{% if block.heading %}
<h2>{{ block.heading }}</h2>
{% endif %}
<div class="prose-content">
{{ block.content | safe }}
</div>
</section>