19 lines
255 B
HTML
19 lines
255 B
HTML
---
|
|
layout: content-page
|
|
lang: en
|
|
title: index
|
|
className: index
|
|
ref: index
|
|
---
|
|
|
|
{% capture intro %}
|
|
{% include text/en/intro.md %}
|
|
{% endcapture %}
|
|
|
|
|
|
<div>
|
|
<span class="intro">{{ intro | markdownify }}</span>
|
|
{% include common/news.html %}
|
|
</div>
|
|
|