{*
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}
{* allow pages to inject to block *}
{block "stylesheets"}
{/block}
{* local directory can add overrides *}
{$userstyle}
{* allow pages to inject to block *}
{block "javascripts"}
{/block}
{block "javascripts2"}
{/block}
{$debugbar_head|default:''}
{* local directory can add overrides *}
{$userscript}
{* local directory can add overrides *}
{include file="extra_header.tpl.html"}
{foreach from=$header_templates item=template}
{include file="$template.tpl.html"}
{/foreach}