wiki-grav/themes/learn2/templates/partials/page.html.twig
2022-04-24 14:32:58 +02:00

7 lines
104 B
Twig

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