2024-04-28 17:33:09 +02:00
|
|
|
<article class="max-w-full prose dark:prose-invert">
|
|
|
|
{{ with .Title }}
|
|
|
|
<header>
|
|
|
|
<h1>{{ . | emojify }}</h1>
|
|
|
|
</header>
|
|
|
|
{{ end }}
|
2024-06-26 21:44:28 +02:00
|
|
|
<section>{{ .Content }}</section>
|
2024-04-28 17:33:09 +02:00
|
|
|
</article>
|
|
|
|
<section>
|
|
|
|
{{ partial "recent-articles/main.html" . }}
|
|
|
|
</section>
|