2021-10-27 18:18:05 +00:00
|
|
|
{%- raw -%}
|
|
|
|
<div class="alert alert-{{ type }} alert-dismissible" role="alert">
|
|
|
|
{{ content }}
|
2021-01-25 19:28:39 +00:00
|
|
|
|
2021-10-27 18:18:05 +00:00
|
|
|
<button data-action="notification#hide" type="button" class="close" aria-label="{{ site.i18n.close }}">
|
|
|
|
<span aria-hidden="true">×</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
{%- endraw -%}
|