12 lines
284 B
HTML
12 lines
284 B
HTML
<article class="prose max-w-full dark:prose-invert">
|
|
{{ with .Title }}
|
|
<header class="text-center">
|
|
<h1>{{ . | emojify }}</h1>
|
|
</header>
|
|
{{ end }}
|
|
<section>{{ .Content | emojify }}</section>
|
|
</article>
|
|
<section>
|
|
{{ partial "recent-articles.html" . }}
|
|
</section>
|