{%- assign talk = page -%} {%- unless talk.hide -%} {%- include partials/header.html -%}
{% include partials/get_main_category.html %} {{ main_cat }}
{% if talk.categories.size > 1 %}
{% for cat in talk.categories %} {% if cat != main_cat %} {{ cat }} {% endif %} {% endfor %}
{% endif %}

{{ talk.name }}

{% include partials/list_speakers.html %}

{% for d in site.data.program.days -%} {%- include partials/get_day_hash.html -%} {%- for r in d.rooms -%} {%- for t in r.talks -%} {%- if talk.name == t.name -%} {%- if site.conference.live -%} {%- include partials/get_talk_timestamp.html -%} {%- endif -%} {%- include partials/get_time_pronoun.html -%} {%- include partials/get_talk_time.html -%} {{- time_pronoun -}} {% include partials/show_talk_time.html -%} {%- if site.conference.live -%} {%- include partials/show_live_button.html -%} {%- endif -%} {%- assign room = site.rooms | where: 'name', r.name | first -%} {{- site.data.lang[site.conference.lang].pronoun.in | default: "in" -}} {% include partials/show_room.html -%} {{- site.data.lang[site.conference.lang].pronoun.for | default: "for" -}} {% include partials/show_talk_duration.html -%} {% endif %} {% endfor %} {% endfor %} {% endfor %}
{{ content }} {% include partials/get_link_types.html %} {% if has_icon_links %} {% endif %} {% if has_regular_links %}
{{ site.data.lang[site.conference.lang].more_information | default: "More information" }}:
{% endif %}

 {{ site.data.lang[site.conference.lang].overview | default: "Overview" }}  {{ site.data.lang[site.conference.lang].program.title | default: "Program" }}

{%- include partials/footer.html -%} {%- endunless -%}