9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
{{ template "base" . }}
|
|
{{ define "title" }}
|
|
Widget
|
|
{{ end }}
|
|
{{ define "content" }}
|
|
<h2 class="mt-5">Widget</h2>
|
|
{{ end }}
|
|
|