mirror of
https://github.com/tjtanjin/QuickTax.git
synced 2024-11-29 07:15:11 +01:00
5 lines
199 B
HTML
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>
|