mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
9 lines
200 B
HTML
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 }}
|