{{ page.title_ | strip }} [{{ page.format | strip }}]
Hosting this {{ format }}:
{% for id in page.participants %} {% for participant in site.data.rf2020.participants %} {% if participant.id == id %} {{ participant.fullname }} {% endif %} {% endfor %} {% endfor %}{{ date }}
{{ time }} {% if endTime %} → {{ endTime }} {% endif %} (CEST)
      {% if page.youtube %}
        {% include embeds/youtube.html slug=page.youtube %}
      {% endif %}
      {% if page.event-link %}
        click here to join us on for a play-along and Q&A with the artist on {{ date }} at {{ time }} -> {{ endTime }}.
      {% endif %}
      
    {{ regLink }}
  {{ page.description | markdownify }}
{% for link in page.links %} {{ link | remove_first: "https://" | remove_first: "http://" | remove_first: "www." }} {% endfor %}