Files
Gardomatic/internal/web/templates/partials/aside.tmpl
T
kleiax 904d14b64c
CI / test (push) Canceled after 0s
Initial commit
2026-09-12 22:22:17 +02:00

9 lines
145 B
Cheetah

{{define "aside"}}
<aside>
{{with .Garden}}
<strong>{{.Name}}</strong>
{{with .Description}}<p>{{.}}</p>{{end}}
{{end}}
</aside>
{{end}}