Files
mywildcloud-org/themes/blowfish/layouts/partials/home/page.html
2025-06-09 16:52:15 -07:00

12 lines
259 B
HTML

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