2025-04-03 01:42:15 -04:00
|
|
|
<div class="background-container">
|
2025-04-03 12:03:14 -04:00
|
|
|
<img src="/Apophysis-071008-64.webp" alt="Background" class="background-image">
|
2025-04-03 01:42:15 -04:00
|
|
|
</div>
|
|
|
|
<article class="prose max-w-full dark:prose-invert glass">
|
|
|
|
{{ with .Title }}
|
|
|
|
<header>
|
|
|
|
<h1>{{ . | emojify }}</h1>
|
|
|
|
</header>
|
|
|
|
{{ end }}
|
|
|
|
<section>{{ .Content | emojify }}</section>
|
|
|
|
</article>
|
|
|
|
<section>
|
|
|
|
{{ partial "recent-articles.html" . }}
|
|
|
|
</section>
|