Files
congo-hindi-gujarati/layouts/partials/home/page.html
T
2023-12-26 11:56:32 +11:00

12 lines
264 B
HTML

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