{{ define "main" }}

{{ .Site.Params.description | default "Welcome to the underground tech scene." }}

UPCOMING EVENTS

{{ $futureEvents := where .Site.RegularPages "Section" "events" }} {{ $futureEvents := where $futureEvents "Params.date" "ge" now }} {{ $futureEvents := $futureEvents.ByParam "date" }} {{ if $futureEvents }} {{ else }}

No upcoming events found. Check back later for more cyberpunk gatherings!

{{ end }} {{ end }}