single.html (156B)
1 {{ define "main" }} 2 <hr> 3 4 <h2>{{ .Title }}</h2> 5 6 {{ .Content }} 7 8 {{- partial "references.html" . -}} 9 {{- partial "backlinks.html" . -}} 10 {{ end }}