7 lines
255 B
HTML
7 lines
255 B
HTML
|
|
{{ 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 }}
|