2020-02-21 11:44:13 +00:00
|
|
|
---
|
2020-04-25 08:49:47 +00:00
|
|
|
layout: content-page
|
2020-02-21 11:44:13 +00:00
|
|
|
lang: en
|
2020-04-25 08:49:47 +00:00
|
|
|
title: index
|
|
|
|
className: index
|
|
|
|
ref: index
|
2020-02-21 11:44:13 +00:00
|
|
|
---
|
|
|
|
|
2020-04-25 08:49:47 +00:00
|
|
|
{% capture intro %}
|
|
|
|
{% include text/en/intro.md %}
|
2020-02-21 11:44:13 +00:00
|
|
|
{% endcapture %}
|
|
|
|
|
2020-04-25 08:49:47 +00:00
|
|
|
|
2022-05-27 16:20:53 +00:00
|
|
|
|
2020-04-25 08:49:47 +00:00
|
|
|
<div>
|
2022-05-27 16:20:53 +00:00
|
|
|
<!-- <span class="intro">{{ intro | markdownify }}</span> -->
|
|
|
|
<div class="page-content text-page">
|
|
|
|
{{ cfp2022 | markdownify }}
|
|
|
|
</div>
|
2020-07-29 13:04:47 +00:00
|
|
|
{% include common/news.html %}
|
2020-04-25 08:49:47 +00:00
|
|
|
</div>
|
|
|
|
|