{{ define "main" }}

{{ .Title }}

Small-batch, cold-processed, cured for six weeks — here's what's ready now.

{{ range .Site.Data.products }}
{{ .name }}
{{ if eq .status "available" }}Available {{ else if eq .status "low" }}Low Stock {{ else }}Out of Stock{{ end }}

{{ .name }}

{{ .description }}

${{ .price }}

{{ if eq .status "low" }}

Orders may take a bit longer to ship.

{{ end }} {{ if eq .status "out" }} Out of Stock {{ else if .stripe_payment_link }} Buy — ${{ .price }} {{ else }} Checkout coming soon {{ end }}
{{ end }}

Already ordered from us?

Enter your email to see what you got last time.

This box is a preview — it'll work once checkout is connected, since it looks up real past orders.

{{ end }}