2020-09-17 14:41:50 +02:00
---
2022-06-01 19:34:23 +02:00
layout: wrapper.html
2020-09-17 14:41:50 +02:00
---
2022-01-05 20:29:51 +01:00
< div class = 'one column' >
< div class = 'row page-header' >
2022-06-01 19:34:23 +02:00
< h1 > {{ title }}< / h1 >
{% if desctiption %}< p > {{ description | markdownify }}< / p > {% endif %}
2020-09-17 14:41:50 +02:00
< / div >
2021-01-01 12:53:46 +01:00
2022-06-01 19:34:23 +02:00
{% if toc %}
< aside id = 'toc' >
< h3 >
{% case lang %}
2022-01-05 20:29:51 +01:00
{% when 'it' %}
Indice
{% when 'fr' %}
Table des matières
{% else %}
Table of contents
{% endcase %}
2022-06-01 19:34:23 +02:00
< / h3 >
{{ content | toc }}
< / aside >
2021-02-11 09:59:35 +01:00
{% endif %}
2021-01-01 12:53:46 +01:00
2022-01-05 20:29:51 +01:00
< div class = 'row' >
< article class = 'note' >
2022-06-01 19:34:23 +02:00
{{ content }}
2020-09-17 14:41:50 +02:00
< / article >
< / div >
2021-01-01 12:53:46 +01:00
2022-01-05 20:29:51 +01:00
< div class = 'row' >
2022-06-01 19:34:23 +02:00
< div class = 'flex center' > < a class = 'button' href = '{{ source }}' title = '{% if lang == ' it ' % } Visualizza { % else % } View { % endif % } { { title } } source code ' > {% if lang == 'it' %}Sorgente{% else %}Source{% endif %}< / a > < / div >
{% render 'share.html', lang: lang, title: title, encoded_absolute_url: encoded_absolute_url %}
2021-01-01 12:53:46 +01:00
< / div >
2020-09-17 14:41:50 +02:00
< / div >