13 lines
147 B
HTML
13 lines
147 B
HTML
{{ define "main" }}
|
|
<!-- Post Content -->
|
|
<article>
|
|
|
|
{{ .Content }}
|
|
{{ partial "comments.html" . }}
|
|
|
|
</article>
|
|
|
|
{{ end }}
|
|
|
|
|