{{template "layout" .}} {{define "title"}}{{.Event.Title}} — bbq{{end}} {{define "meta"}} {{end}} {{define "admin-bar"}}{{if .IsAdmin}}
ADMIN VIEW —
{{end}}{{end}} {{define "content"}}
Open · {{.TotalGoing}} going

{{.Event.Title}}

{{if .Event.Date}}📅 {{.Event.Date}}{{end}} {{if .Event.Time}}🕒 {{.Event.Time}}{{end}} {{if .Event.Location}}📍 {{.Event.Location}}{{end}}
{{if .DescriptionHTML}}
{{.DescriptionHTML}}
{{end}}
{{template "slots-inner" .}}
Sign up
I'm coming →
{{if .Slots}}
{{end}}
{{if .IsAdmin}}
Admin: Description
Admin: Add slot
{{end}} {{end}}