Render single page content

This commit is contained in:
Eryn Wells 2024-07-23 08:57:44 -07:00
parent 4d303b984e
commit f1977320e8

View file

@ -10,6 +10,9 @@
{{ .TableOfContents }}
</details>
{{ end }}
{{ .Content }}
<footer class="page-footer">
{{ partial "page/footer.html" . }}
</footer>