doc/themes/learn2/templates/chapter.html.twig
tituspijean 7b447ac5ae Grav-ification
Creating the pages hierarchy for transitioning to Grav
2020-11-10 17:34:30 +01:00

9 lines
156 B
Twig

{% extends 'docs.html.twig' %}
{% block content %}
<div id="chapter">
<div id="body-inner">
{{ page.content }}
</div>
</div>
{% endblock %}