1
0
mirror of synced 2024-11-23 05:26:10 +03:00
select2/docs/themes/learn2/templates/partials/page.html.twig
2019-09-11 04:02:16 -04:00

7 lines
84 B
Twig

<div id="body-inner">
<h1>{{ page.title }}</h1>
<p>
{{ page.content }}
</p>
</div>