{{ 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 %}{% include utils/translated-date.html date=page.date lang=page.lang %}
{{ page.date | date: "%H:%M" }}(CEST)
      {% if page.youtube %}
        {% include embeds/youtube.html slug=page.youtube %}
      {% endif %}
      
    {{ regLink }}
  {{ page.description | markdownify }}
{% for link in page.links %} {{ link | remove_first: "https://" | remove_first: "http://" | remove_first: "www." }} {% endfor %}