page.html.twig 84 B

123456
  1. <div id="body-inner">
  2. <h1>{{ page.title }}</h1>
  3. <p>
  4. {{ page.content }}
  5. </p>
  6. </div>