congo/layouts/partials/home/page.html

12 lines
264 B
HTML
Raw Permalink Normal View History

2023-12-26 00:56:32 +00:00
<article class="prose max-w-full dark:prose-invert">
2021-08-15 08:41:40 +00:00
{{ with .Title }}
<header>
<h1>{{ . | emojify }}</h1>
</header>
{{ end }}
<section>{{ .Content | emojify }}</section>
</article>
<section>
{{ partial "recent-articles.html" . }}
</section>