1
0
Fork 0
mirror of https://github.com/YunoHost/doc.git synced 2024-09-03 20:06:26 +02:00
doc/themes/learn4/templates/chapter.html.twig
2020-11-14 16:37:58 +01:00

8 lines
174 B
Twig

{% set body_classes = 'center-content' %}
{% extends 'docs.html.twig' %}
{% block content %}
<div id="chapter">
{{ page.content|raw }}
</div>
{% endblock %}