QuickTax/docs/_includes/alert.html

5 lines
199 B
HTML
Raw Normal View History

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