1
0
mirror of synced 2024-11-23 13:36:01 +03:00
select2/themes/learn2/templates/chapter.html.twig

12 lines
172 B
Twig
Raw Normal View History

2017-09-03 03:34:47 +03:00
{% extends 'docs.html.twig' %}
{% block content %}
<div id="chapter">
<div id="body-inner">
<p>
{{ page.content }}
</p>
</div>
</div>
{% endblock %}