theme/layouts/post/single.html

11 lines
280 B
HTML

{{ define "main" }}
<article class="mx-auto mt-4 max-w-screen-lg">
<h1 class="mb-8 font-title text-3xl font-bold">
<a href="{{ .Permalink }}"> {{ .Title }} </a>
</h1>
{{ partial "prose.html" .Content }}
{{ partial "vikunja-cloud-banner.html" }}
</article>
{{ end }}