karsttech.com/layouts/partials/home/page.html
2025-04-04 20:37:41 -04:00

14 lines
No EOL
406 B
HTML

<div class="background-container">
<img src="/backgrounds/Apophysis_071008-64.webp" alt="Background" class="background-image">
</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>