rf-web/fr/a-propos/index.html
2020-04-25 10:56:48 +02:00

19 lines
328 B
HTML

---
layout: text-page
lang: fr
title: à propos
ref: about
---
{% capture intro %}
{% include text/fr/intro.md %}
{% endcapture %}
{% capture maintext %}
{% include text/fr/main-text.md %}
{% endcapture %}
<div class="lang-fr">
<span class="intro">{{ intro | markdownify }}</span>
{{ maintext | markdownify }}
</div>