Watch The Announcements
About
{{ .Params.event_description | markdownify }}
Speakers
{{ range $id := .Params.speakers }}
{{ $authorPage := $.Site.GetPage (printf "/authors/%s" ($id | urlize)) }}
{{ $authorData := index $.Site.Data.team.team $id }}
{{ end }}

{{ $authorData.name }}
{{ $authorData.title }}, {{ $authorData.company }}