21 lines
388 B
Cheetah
21 lines
388 B
Cheetah
<section class="text-center">
|
|
<header class="m-[1em]">
|
|
<h2>
|
|
Access Not Granted
|
|
</h2>
|
|
|
|
{{ $link := printf "/ui%s" .Request.URL }}
|
|
<a href="{{ $link }}" class="block m-[1em]">
|
|
<code>
|
|
{{ $link }}
|
|
</code>
|
|
</a>
|
|
</header>
|
|
|
|
<div class="m-[2em]">
|
|
<p class="italic font-bold">
|
|
Sorry, you don't have access to the page you were looking for.
|
|
</p>
|
|
</div>
|
|
</section>
|