www/themes/blowfish/layouts/partials/home/page.html
2025-07-18 21:45:32 +02:00

11 lines
274 B
HTML

<article class="max-w-full prose dark:prose-invert">
{{ with .Title }}
<header>
<h1>{{ . | emojify }}</h1>
</header>
{{ end }}
<section class="w-full">{{ .Content }}</section>
</article>
<section>
{{ partial "recent-articles/main.html" . }}
</section>