QuickTax/docs/_includes/alert.html
2023-11-26 21:57:16 +08:00

5 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>