You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/templates/partials/homepage/bulletin.html

7 lines
159 B
HTML

{% if domain.bulletin %}
<div class="section">
<div class="section__body typo">
{{ domain.bulletin|markdown|safe }}
</div>
</div>
{% endif %}