5 lines
253 B
Twig
5 lines
253 B
Twig
|
{# Default output if no theme #}
|
||
|
<h3 style="color:red">ERROR: <code>{{ page.template() ~'.'~ page.templateFormat() ~".twig" }}</code> template not found for page: <code>{{ page.route() }}</code></h3>
|
||
|
<h1>{{ page.title() }}</h1>
|
||
|
{{ page.content()|raw }}
|