mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
12 lines
No EOL
275 B
HTML
12 lines
No EOL
275 B
HTML
<template name="body">
|
|
{{> mobile_nav}}
|
|
<div class="content-wrapper">
|
|
{{> nav}}
|
|
{{> error}}
|
|
<div id="loading" class="grid"></div>
|
|
{{{render currentPage}}}
|
|
{{> notifications}}
|
|
{{> footer}}
|
|
<div class="overlay hidden"></div>
|
|
</div>
|
|
</template> |