9 lines
108 B
HTML
9 lines
108 B
HTML
|
{{ define "main" }}
|
||
|
{{ with .Content }}
|
||
|
<section>
|
||
|
{{ . }}
|
||
|
</section>
|
||
|
{{ end }}
|
||
|
{{ end }}
|
||
|
|