minty-cafe/web/handler/html/common/flash.html

5 lines
80 B
HTML
Raw Normal View History

2026-03-11 19:14:41 +00:00
{{ define "flash" }}
{{ if . }}
<p class="flash">{{ . }}</p>
{{ end }}
{{ end }}