mirror of
https://github.com/getgrav/grav.git
synced 2025-03-14 20:32:45 +00:00
4 lines
253 B
Twig
4 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 }}
|