Add remaining templates

This commit is contained in:
2025-02-07 20:58:28 +00:00
parent 21b7a86fb0
commit 9af7ce5fcb
20 changed files with 1402 additions and 0 deletions

View File

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