File: /home/assibfaf/www/prox-templates/dashboard.tpl
<!doctype html>
<html lang="en">
<head>
{block name='head'}
{include file='_partials/head.tpl'}
{/block}
<link rel="canonical" href="/dashboard/authorization/">
</head>
<body>
<section id="dashboard">
<div style="min-height:100vh;display:flex;align-items:center;justify-content:center;">
<div classs="flat-spinner-conatiner">
<div class="flat-spinner"></div>
</div>
</div>
</section>
<script>window.jQuery || document.write('<script src="/static/common/libs/jquery/3.2.1/jquery.min.js"><\/script>')</script>
<script type="text/javascript">
uvocorp.rcappComponents = window.rcappComponents;
</script>
{block name='javascript_bottom'}
{include file="_partials/javascript.tpl" javascript=$javascript.bottom}
{/block}
{include file="_partials/_js_footer.tpl"}
</body>
</html>