congo/layouts/partials/home/page.html

12 lines
263 B
HTML
Raw Normal View History

2021-08-15 08:41:40 +00:00
<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>