doc/themes/learn4/templates/partials/page.html.twig

7 lines
126 B
Twig
Raw Normal View History

2020-11-14 11:24:49 +01:00
<div id="body-inner" class="highlightable">
<h1>{{ page.title }}</h1>
<p>
{{ page.content|raw }}
</p>
</div>