{{ define "main" }}
{{ $eventBanner := "/images/hmb/boston-light-mode.svg" }} {{ if .Params.Image }} {{ $eventBanner = .Params.Image }} {{ end }} {{ partial "image" (dict "Src" $eventBanner "Alt" .Title "Class" "w-1/2 md:w-2/5 mb-6" ) }}

{{ .Title | default "Handmade Boston" }}

{{ .Params.subtitle | default "A conference for low-level programmers" }}

Conference Dates

{{ .Params.event_dates | default "June 10-11, 2025" }}

{{ if .Params.registration_date }}

Submission deadline: {{ .Params.registration_date }}

{{ end }}

Location

{{ .Params.venue_name | default "MIT Stata Center" }}

{{ .Params.venue_address | default "32 Vassar St, Cambridge, MA 02139" }}

{{ .Params.coming_soon_text | default "Schedule Coming Soon" }}

{{ .Params.coming_soon_description | default "We're finalizing an amazing lineup of speakers and workshops." }}

{{ if .Params.initial_speakers }}

Speaker Lineup

{{ range .Params.initial_speakers }}
{{ if .image }} {{ .name }} {{ else }}
{{ end }}

{{ .name }}

{{ .topic }}

{{ if .affiliation }}

{{ .affiliation }}

{{ end }}
{{ end }}
{{ end }}
{{ if .Params.enable_newsletter }} Join Our Newsletter {{ end }} {{ if .Params.enable_discord }} Join Our Discord {{ end }} {{ if .Params.enable_cfp }} Submit a Talk {{ end }}
{{ if .Params.show_description }}

About this Handmade Conference

{{ .Content }}
{{ end }}
{{ end }}