19 lines
328 B
HTML
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>
|