generated from ITwrxOrg/EZ-Bkup
15 lines
623 B
Plaintext
15 lines
623 B
Plaintext
|
#? stdtmpl(subsChar = '$', metaChar = '#')
|
||
|
#import "main_template_top.nimf", "main_template_bottom.nimf"
|
||
|
#proc error403Template*(mode: string, csrfToken: string): string =
|
||
|
# result = ""
|
||
|
${mainTemplateTop("Error! Status Code: 403", "", mode, csrfToken)}
|
||
|
<div class="pjax-me">
|
||
|
<h1 class="mt-8 text-xl text-red-500">Error! Status Code: 403</h1><br>
|
||
|
<p>You are not authorized for the resource your browser requested.<br><br> If you feel this is in error please report to web your host.<br><br> Thanks!</p>
|
||
|
</div>
|
||
|
${mainTemplateBottom(mode)}
|
||
|
<div class="page-js"></div>
|
||
|
</body>
|
||
|
</html>
|
||
|
#end proc
|