20 lines
357 B
Markdown
20 lines
357 B
Markdown
|
---
|
||
|
layout: text-page
|
||
|
lang: en
|
||
|
title: About RF
|
||
|
className: about
|
||
|
ref: about
|
||
|
---
|
||
|
|
||
|
{% capture intro %}
|
||
|
{% include text/en/intro.md %}
|
||
|
{% endcapture %}
|
||
|
|
||
|
{% capture maintext %}
|
||
|
{% include text/en/call-for-proposals2020.md %}
|
||
|
{% endcapture %}
|
||
|
|
||
|
<div class="lang-en">
|
||
|
<span class="intro">{{ intro | markdownify }}</span>
|
||
|
{{ maintext | markdownify }}
|
||
|
</div>
|