default.html.twig 253 B

1234
  1. {# Default output if no theme #}
  2. <h3 style="color:red">ERROR: <code>{{ page.template() ~'.'~ page.templateFormat() ~".twig" }}</code> template not found for page: <code>{{ page.route() }}</code></h3>
  3. <h1>{{ page.title() }}</h1>
  4. {{ page.content()|raw }}