mirror of https://github.com/jpanther/congo.git
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 }}
|