{* blocks: title sidebar content variables: extra_title: If set, this will override the contents of the title block *} {capture assign="title"}{block name="title"}{$extra_title|default:""}{/block}{/capture} {if $title != '' or isset($extra_title)}{$extra_title|default:$title} - {/if}{$core.app_setup.tool_caption|default:$core.app_title} {* libraries setup with component installer *} {* our css/js after remote assets to allow overrides *} {* allow pages to inject to block *} {block "stylesheets"}{/block} {block "javascripts"}{/block} {* local directory can add overrides *} {include file="extra_header.tpl.html"}
{block "header"}{/block} {block "messages"}
{include "app_messages.tpl.html"}
{/block}
{block name="content"}{/block}
{block "footer"}{/block}