neptune/core/templates/partials/notify.html

5 lines
145 B
HTML
Raw Normal View History

{% if message is not None %}
<div class="notification is-{{ class }}" hx-ext="remove-me" remove-me="3s">
{{ message }}
</div>
{% endif %}