1
0
mirror of synced 2024-11-23 21:36:09 +03:00
select2/themes/learn2/templates/partials/page.html.twig

7 lines
84 B
Twig
Raw Normal View History

2017-09-03 03:34:47 +03:00
<div id="body-inner">
<h1>{{ page.title }}</h1>
<p>
{{ page.content }}
</p>
</div>