6 lines
75 B
HTML
6 lines
75 B
HTML
|
{{ define "main" }}
|
||
|
<div class="home-page">
|
||
|
{{.Content}}
|
||
|
</div>
|
||
|
{{ end }}
|