SandpointsTheme/layouts/_default/single.html

9 lines
214 B
HTML
Raw Normal View History

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