2020-07-29 16:24:30 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
lang: en
|
|
|
|
---
|
|
|
|
|
2020-08-16 09:54:33 +00:00
|
|
|
<article class="page-content event">
|
2020-07-29 16:24:30 +00:00
|
|
|
<div class="content post-item">
|
|
|
|
<header class="post-header">
|
2020-08-16 09:54:33 +00:00
|
|
|
<div class="flex flex-col">
|
|
|
|
<h2>{{ page.title_ }}</h2>
|
|
|
|
<h3>
|
|
|
|
[{{ page.format }}]
|
2020-07-30 10:06:45 +00:00
|
|
|
</h3>
|
2020-08-16 09:54:33 +00:00
|
|
|
</div>
|
|
|
|
<div class="flex flex-col">
|
2020-07-29 16:24:30 +00:00
|
|
|
{% for id in page.participants %}
|
|
|
|
{% for participant in site.data.rf2020.participants %}
|
|
|
|
{% if participant.id == id %}
|
2020-08-16 09:54:33 +00:00
|
|
|
<h3>
|
|
|
|
<a class="block with-url-arrow" href="/rf2020/participants/{{ participant.ref }}">{{ participant.fullname }}</a>
|
|
|
|
</h3>
|
2020-07-29 16:24:30 +00:00
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
2020-07-30 10:06:45 +00:00
|
|
|
</div>
|
2020-08-16 09:54:33 +00:00
|
|
|
</header>
|
|
|
|
|
2020-07-30 10:06:45 +00:00
|
|
|
{% include common/separator.html %}
|
|
|
|
<div class="post-content">
|
|
|
|
<h3>
|
|
|
|
Description:
|
|
|
|
</h3>
|
2020-07-29 16:24:30 +00:00
|
|
|
<p>
|
2020-07-30 10:06:45 +00:00
|
|
|
{{ page.description | markdownify }}
|
|
|
|
</p>
|
2020-07-29 16:24:30 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</article>
|