2020-04-25 09:36:07 +00:00
|
|
|
---
|
|
|
|
layout: text-page
|
|
|
|
lang: en
|
2020-08-16 16:03:53 +00:00
|
|
|
title: About RF
|
2020-04-25 09:36:07 +00:00
|
|
|
className: about
|
|
|
|
ref: about
|
|
|
|
---
|
|
|
|
|
|
|
|
{% capture intro %}
|
|
|
|
{% include text/en/intro.md %}
|
|
|
|
{% endcapture %}
|
|
|
|
|
|
|
|
{% capture maintext %}
|
|
|
|
{% include text/en/main-text.md %}
|
|
|
|
{% endcapture %}
|
|
|
|
|
|
|
|
<div class="lang-en">
|
|
|
|
<span class="intro">{{ intro | markdownify }}</span>
|
|
|
|
{{ maintext | markdownify }}
|
|
|
|
</div>
|