Files
blog/layouts/raw/single.html
2021-12-24 21:43:28 +01:00

12 lines
279 B
HTML

{{ define "main" }}
<article>
<header>
<h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral mb-12">
{{ .Title | emojify }}
</h1>
</header>
<section>
{{ .Content | emojify }}
</section>
</article>
{{ end }}