SandpointsTheme/layouts/_default/single.html

8 lines
160 B
HTML
Raw Normal View History

2025-03-30 11:49:25 +02:00
{{ define "main" }}
{{ partial "single-page-graph.html" . }}
<article>
<h2>{{ .Title }}</h2>
<p>{{ .Content }}</p>
</article>
{{ end }}