GeyserWiki/_includes/alert.html
2021-12-12 14:09:40 +00:00

4 lines
199 B
HTML

<div class="alert alert-{{ include.type }}" role="alert">
<h4 class="alert-heading">{% if include.title %}{{ include.title }}{% else %}{{ include.type }}{% endif %}</h4>
{{ include.content }}
</div>