8 lines
254 B
HTML
8 lines
254 B
HTML
|
<div class="alert alert-{{ type }} alert-dismissible" role="alert">
|
||
|
{{ content }}
|
||
|
|
||
|
<button data-action="notification#hide" type="button" class="close" aria-label="{{ site.i18n.close }}">
|
||
|
<span aria-hidden="true">×</span>
|
||
|
</button>
|
||
|
</div>
|