Vulcan/client/body.html
2012-10-17 16:04:47 +09:00

9 lines
No EOL
196 B
HTML

<template name="body">
{{> nav}}
{{> error}}
<div id="loading" class="grid"></div>
{{{render currentPage}}}
{{> notifications}}
{{> footer}}
<div class="overlay hidden"></div>
</template>