8 lines
98 B
HTML
8 lines
98 B
HTML
{{ define "main" }}
|
|
<section>
|
|
<article>
|
|
{{ .Content }}
|
|
</article>
|
|
</section>
|
|
{{ end }}
|