b3b9fb7ac6
Hugo Extended site with 426 cocktail recipes from the open cocktail dataset. Dark amber/gold editorial aesthetic, Tailwind CSS v4, Alpine.js client-side search and filtering, HTMX page transitions, Docker + nginx production build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 }}
|