4 lines
135 B
HTML
4 lines
135 B
HTML
<div class="logos-centered pt-5 pb-5 text-center">
|
|
{% if title %}<h5>{{ title}}</h5>{% endif %}
|
|
{{ body | markdown | safe }}
|
|
</div> |