2026-06-07 11:53:45 +02:00
|
|
|
{{ define "main" }}
|
|
|
|
|
<div class="max-w-[1280px] mx-auto px-8 max-[860px]:px-5 py-20">
|
|
|
|
|
<h1 class="display text-[clamp(36px,5vw,64px)] mb-8">{{ .Title }}</h1>
|
|
|
|
|
<div class="prose text-ink-soft leading-relaxed">{{ .Content }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{ end }}
|