1
0
Fork 0
forked from goffee/core
core/template/components/title.html

5 lines
77 B
HTML
Raw Permalink Normal View History

2024-09-27 03:27:24 -04:00
{{define "title"}}
<div class="title">
<h1>{{.Label}}</h1>
</div>
{{end}}