{* 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} {if $core.use_components|default:0} {* use composer component installer *} {else} {/if} {* our css/js after remote assets to allow 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}