SandpointsTheme/layouts/_default/single.html
2025-03-30 11:49:25 +02:00

7 lines
160 B
HTML

{{ define "main" }}
{{ partial "single-page-graph.html" . }}
<article>
<h2>{{ .Title }}</h2>
<p>{{ .Content }}</p>
</article>
{{ end }}