5 lines
84 B
HTML
5 lines
84 B
HTML
{{ define "content" }}
|
|
<main data-landing>
|
|
{{ .Content }}
|
|
</main>
|
|
{{ end }}
|