Vulcan/client/body.html
2013-01-16 07:25:39 +09:00

11 lines
No EOL
247 B
HTML

<template name="body">
{{> mobile_nav}}
<div class="content-wrapper template-{{pageName}}">
{{> nav}}
{{> error}}
{{{renderPage}}}
{{> notifications}}
{{> footer}}
<div class="overlay hidden"></div>
</div>
</template>