- {% include pages/event/hero.html event=event %} - - {% if event.recording_id %} - {% include pages/event/video.html recording_id=event.recording_id %} - {% endif %} - - {% if event.intro %} - {% include pages/event/intro.html intro=event.intro %} - {% endif %} - - {% if event.guests %} - {% include pages/event/guests.html event=event %} - {% endif %} - - {% if event.summary_filename %} - {% assign summary_path = "pages/event/summary/" | append: event.summary_filename %} - -
- {% include {{ summary_path }} %} -
- {% endif %} - - {% include pages/event/subscribe.html %} -