8 lines
168 B
HTML
8 lines
168 B
HTML
|
{{ define "main" }}
|
||
|
{{ partial "back_link.html" .}}
|
||
|
|
||
|
<h1>{{ .Title }}</h1>
|
||
|
|
||
|
{{ .Content }}
|
||
|
{{ partial "post_list.html" (dict "context" . "section" .Section)}}
|
||
|
{{ end }}
|