core/template/components/title.html
2024-09-27 02:27:24 -05:00

5 lines
No EOL
77 B
HTML

{{define "title"}}
<div class="title">
<h1>{{.Label}}</h1>
</div>
{{end}}