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