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

{{ .Title }}

{{ end }} {{ define "content" }}
{{ if .Params.job_title}}

{{ .Params.job_title }}{{ with .Params.company }}, {{ . }}{{ end }}

{{ else }}

{{ .Params.company }}

{{ end }} {{ with .Params.image }} {{ end }}

{{ .Content }}

{{ partial "participant/contact-details.html" . }} {{ if .Params.sponsored_by }} {{ partial "sponsors/participant-sponsored.html" (dict "sponsor" .Params.sponsored_by "this" .) }} {{ end }} {{ partial "participant/team.html" . }} {{ partial "participant/when-day.html" . }} {{ partial "participant/schedule.html" . }} {{ partial "participant/sessions.html" . }} {{ partial "session/register-as-organizer.html" . }}

Back to list of all Participants

{{ end }}