Apps and development tools - Basic App Kit

AppKit Modules

<tml:include ref="content@base">

Since version

Description :

bildschirmfoto 2013-05-23 um 21.16.25.png

Options:

header

The header option is rendered in the header part of the page.

If you want to add header content with default paddings add your content inside a <div> with class "header-content".

body

What ever you want to be displayed in the body part of the page.

footer

If you want to add footer content with default paddings add your content inside a <div> with class "footer-content".

Examples:

<tml:include ref="content@base">

<tml:option name="header">

<div class="header-content><h1>My custom header</h1></div>

</tml:option>

This is my custom body layout ...

</tml:include>