{$view->doctype()} {if $DOC->getOption('handler') == 'admin'} {else} {/if} {$smarty.const.SITE_NAME} :: {$head.title} {if $head.keywords} {/if} {if $head.description} {/if} {if $head.base} {/if} {assign var = 'SITE_REVISION_SUFFIX' value = ""}{if $SITE_REVISION}{assign var = 'SITE_REVISION_SUFFIX' value = "-`$SITE_REVISION`"}{/if} {$DOC->renderStylesheets()} {$DOC->renderScripts()} {$DOC->renderInlineScripts()} {if $SITE_LIVE} {/if} {include file = $DOC->getBodyTemplate()} {assign var='analyticsTpl' value=$DOC->getTemplate('analytics.tpl')} {if $SITE_LIVE && false !== $analyticsTpl} {include file=$analyticsTpl} {/if}