theme/layouts/_default/single.html

6 lines
141 B
HTML
Raw Normal View History

2022-01-29 17:53:15 +00:00
{{ define "main" }}
2022-12-23 15:37:32 +00:00
<article class="mx-auto mt-4 max-w-screen-xl px-4 lg:px-2">
2022-01-29 17:53:15 +00:00
{{ partial "prose.html" .Content }}
</article>
{{ end }}