6 lines
90 B
HTML
6 lines
90 B
HTML
|
{{ define "main" }}
|
||
|
<div class="container small">
|
||
|
{{ .Content }}
|
||
|
</div>
|
||
|
{{ end }}
|