SandpointsTheme/layouts/_default/single.html
2025-03-30 16:02:18 +02:00

8 lines
214 B
HTML

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