{{ $is_list := .is_list }}
{{ $ := .content }}
{{ with $.Params.url_pdf }}
{{ i18n "btn_pdf" }}
{{ end }}
{{ with $.Params.url_slides }}
{{ i18n "btn_slides" }}
{{ end }}
{{ with $.Params.url_video }}
{{ i18n "btn_video" }}
{{ end }}
{{ with $.Params.url_code }}
{{ i18n "btn_code" }}
{{ end }}
{{ range $.Params.projects }}
{{ with ($.Site.GetPage "page" "project" .) }}
{{ i18n "btn_project" }}
{{ else }}
{{ errorf "Please check that the `projects` parameter in the front matter of content in `content/talk/` refers to an existing filename (without .md extension) of a published project." }}
{{ end }}
{{ end }}
{{ range $.Params.url_custom }}
{{ .name }}
{{ end }}