doc/themes/learn4/templates/chapter.html.twig

9 lines
174 B
Twig
Raw Normal View History

2020-11-14 11:24:49 +01:00
{% set body_classes = 'center-content' %}
{% extends 'docs.html.twig' %}
{% block content %}
<div id="chapter">
{{ page.content|raw }}
</div>
{% endblock %}