6 lines
70 B
HTML
6 lines
70 B
HTML
|
{{ define "main" }}
|
||
|
<article>
|
||
|
{{ .Content }}
|
||
|
</article>
|
||
|
{{ end }}
|