This repository has been archived on 2024-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
bird.tacowolf.net/themes/avian/layouts/index.html

6 lines
No EOL
233 B
HTML

{{ define "main" }}
<article class="justify-self-center mx-auto text-center prose dark:prose-invert prose-neutral lg:prose-lg">
<h1 class="font-sans text-red-500 text-5xl">{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}