9 lines
69 B
HTML
9 lines
69 B
HTML
|
{{ define "main" }}
|
||
|
<main>
|
||
|
{{ .Content }}
|
||
|
</main>
|
||
|
{{ end }}
|
||
|
|
||
|
|
||
|
|