This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
hmn/src/templates/src/include/notices.html

8 lines
113 B
HTML

<div>
{{ range . }}
<div class="notice notice-{{ .Class }} mb2">
{{ .Content }}
</div>
{{ end }}
</div>