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