mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-07 12:06:37 +00:00
3 lines
119 B
HTML
3 lines
119 B
HTML
<div class="alert {{ with .Get 0 }}{{ printf "alert-%s" . }}{{ else }}alert-secondary{{ end }}">
|
|
{{ .Inner }}
|
|
</div>
|