mirror of https://github.com/jpanther/congo.git
9 lines
201 B
HTML
9 lines
201 B
HTML
|
<article class="max-w-full prose dark:prose-light">
|
||
|
{{ with .Title }}
|
||
|
<header>
|
||
|
<h1>{{ . | emojify }}</h1>
|
||
|
</header>
|
||
|
{{ end }}
|
||
|
<section>{{ .Content | emojify }}</section>
|
||
|
</article>
|