Files
congo-hindi-gujarati/layouts/index.html
T
James Panther a6a3ee761e 🎉 Initial commit
2021-08-11 15:28:33 +10:00

9 lines
200 B
HTML

{{ define "main" }}
<article class="max-w-full prose dark:prose-light">
<header>
<h1>{{ .Title }}</h1>
</header>
<section>{{ .Content | emojify }}</section>
</article>
{{ end }}