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
|
|
|
|
|
|
|
<div>
|
|
|
|
<span class="intro">{{ intro | markdownify }}</span>
|
2020-07-29 13:04:47 +00:00
|
|
|
{% include common/news.html %}
|
2020-04-25 08:49:47 +00:00
|
|
|
</div>
|
|
|
|
|