0
0
Fork 0
mirror of https://github.com/getgrav/grav.git synced 2025-03-15 20:54:45 +00:00
getgrav_grav/system/templates/modular/default.html.twig

5 lines
253 B
Twig
Raw Permalink Normal View History

2020-09-18 18:49:10 +00:00
{# 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 }}