{% macro tabs(tab_group) -%} {%- endmacro %} {% macro section(name) -%}

{{name}}

{%- endmacro %} {% macro subsection(name) -%}

{{name}}

{%- endmacro %} {% macro speakergroup(speakers) -%} {% for speaker in speakers %}
{{speaker.speaker}} / {{speaker.institution}}
{{speaker.abstract|safe}}
{% endfor %} {%- endmacro %} {% macro organizergroup(committee) -%}
{% for org in committee %}
{{org.name}}
{{org.role}}
{{org.aff}}{% if org.tw %} / @{{org.tw}}{% endif %}
{% endfor %}
{%- endmacro %} {% macro faqgroup(FAQ) -%} {% for section in FAQ %} {{ subsection(section.Section) }} {% set rowloop = loop.index %} {% for qa in section.QA %}
{{qa.Answer}}
{% endfor %} {% endfor %} {%- endmacro %} {% macro highlightgroup(papers, id) -%}
{%- endmacro %} {% macro workshopgroup(workshops) -%}
{% for workshop in workshops %}

{{workshop.title}}

{{ workshop.organizers | join(", ") }}
{{workshop.abstract|safe}}
{% endfor %}
{%- endmacro %}