Files

9 lines
150 B
HTML
Raw Permalink Normal View History

2026-02-27 11:41:19 +08:00
{{ define "main" }}
{{ partial "back_link.html" .}}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ partial "post_list.html" (dict "context" .)}}
{{ end }}