{{ define "nav" }}
{{ partial "nav.html" . }}
{{ end }} {{ define "breadcrumbs" }}

{{ .Title }}

{{ end }} {{ define "content" }}
{{ .Content }}

NOTE: exact session days/times are not final and can change.

By Tracks

{{ $tracks := where .Site.Pages ".Params.type" "track" }} {{ partial "schedule/by-day-table-days.html" (dict "title" "Tracks" "pages" $tracks )}}

By Sessions

{{ $tracks := where .Site.Pages ".Params.type" "track" }} {{ range $tracks}}

{{.Params.title}}

when day {{ .Params.when_day }}
description {{ .Params.description }}
organizers {{ partial "utils/titles-with-link.html" (dict "this" . "value" .Params.organizers) }}


{{ partial "schedule/track.html" (dict "self" . "title" .Params.title )}} {{ end}} {{ end }}