5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
![]() |
{% capture md %}
|
||
|
{% include content/{{include.name}}.md lang=page.lang section=include.name %}
|
||
|
{% endcapture %}
|
||
|
|
||
|
{{ md | markdownify }}
|