{{title}}
{%- if subtitle -%}

{{ subtitle }}

{%- endif -%}
{% for talk in talk_details %} {% set talk_doc = frappe.get_doc('Talk', talk.talk, filters={ 'event': event }) %}
{{talk_doc.topic}}
{{talk_doc.title}}
{{talk_doc.name_of_the_speaker}}
{% endfor %}