Files
congo-hindi-gujarati/layouts/partials/home/page.html
T
2021-08-18 14:35:54 +10:00

12 lines
263 B
HTML

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