5 lines
101 B
HTML
5 lines
101 B
HTML
{{ define "main" }}
|
|
<main class="main--single main--home">
|
|
{{ .Content }}
|
|
</main>
|
|
{{ end }}
|