<!doctype html>
<html lang="en">
<head>
{block name='head'}
{include file='_partials/head.tpl'}
{/block}
</head>
<body>
{block name='content_wrapper'}
{$module_content nofilter}
{/block}
{block name='javascript_bottom'}
{include file="_partials/javascript.tpl" javascript=$javascript.bottom}
{/block}
{if isset($displayClientFooter)}
{$displayClientFooter}
{/if}
</body>
</html>