source:
inc/admin/default-templates/page_layout.html.twig
@
1074:57967b687622
Revision 1074:57967b687622, 268 bytes checked in by JcDenis, 13 years ago (diff) |
---|
Line | |
---|---|
1 | {# Layout for backward compatibility with scripts which use dcPage #} |
2 | {% extends (popup ? "popup" : "layout") ~ ".html.twig" %} |
3 | |
4 | {% block header %} |
5 | {{ parent() }} |
6 | {{ page_header|raw }} |
7 | {% endblock %} |
8 | |
9 | {% block content %} |
10 | {{ page_content|raw }} |
11 | {% endblock %} |
Note: See TracBrowser
for help on using the repository browser.