This repository has been archived on 2024-01-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2018-12-23 18:39:04 +01:00
|
|
|
{% capture md %}
|
|
|
|
|
{% include content/{{include.section}}.md lang=page.lang section=include.section %}
|
|
|
|
|
{% endcapture %}
|
|
|
|
|
|
|
|
|
|
{{ md | markdownify }}
|