+ {{ with $talk.video_url }} + {{ $talk.title_html | safeHTML }} + {{ else }} + {{ $talk.title_html | safeHTML }} + {{ end }} +
+ {{ with $talk.speakers }} ++ {{ $len := (len .) }} + {{ range $index, $speaker := . }} + {{ if $speaker.id }} + {{ partial "author_link.html" (dict "ctx" $ "person" $speaker) | chomp }} + {{ else }} + {{ $speaker.full }} + {{ end }}{{ if ne (add $index 1) $len }}, {{ end }} + {{ end }} +
+ {{ end }} + {{ if $talk.type }} +{{ $talk.type | humanize }}
+ {{ end }} ++
Video
+ +-
+
- Talk ID: +
- {{ $talk_id }} + +
- Event: +
- + {{ with $talk.event_id }} + {{ $event_page := printf "/events/%s" . }} + {{ $talk.event_title }} + {{ end }} + + + {{ with $talk.location }} +
- Location: +
- {{ . }} + {{ end }} + + {{ with $talk.dates }} +
- Date: +
- {{ . }} + {{ end }} + +
- URL: +
- {{ .Permalink }} + + + + + {{ with $talk.video_url }} + + + {{ end }} + + {{ range $talk.attachments }} + + + {{ end }} +
+ + +