27 lines
703 B
XML
27 lines
703 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<page-layout extends="layout.xml">
|
|
|
|
<!--
|
|
This layout template extends the default.xml layout template. It is
|
|
used for all applications which have no specific layout template
|
|
assigned in the conf/templates.xml file.
|
|
-->
|
|
|
|
<!--
|
|
The content of this block element is inserted in the default-layout.xml
|
|
at the place of the <insert-block name="content"/> tag.
|
|
-->
|
|
<block name="content">
|
|
<main role="main">
|
|
<h1>
|
|
<show-page-title/>
|
|
</h1>
|
|
|
|
<nav-sitemap/>
|
|
</main>
|
|
|
|
|
|
|
|
</block>
|
|
|
|
</page-layout> |