RSS Git Download  Clone
Raw Blame History
[%# PROCESS dumper.tt dump = request %]
<div id="w3-display-middle">
  <h1 class="w3-jumbo w3-animate-top w3-center"><code>Access Denied</code></h1>
  <hr class="w3-border-white w3-animate-left">
  <h3 class="w3-center w3-animate-right">You dont have permission to perform that action.</h3>
  <h3 class="w3-center w3-animate-zoom">🚫🚫🚫🚫</h3>
  <h6 class="w3-center w3-animate-zoom"><strong>Error Code</strong>: 403 forbidden</h6>
  <div class="w3-center">
    [% IF vars.is_hx_request %]
      <a href="[% vars.hx_request.current_url %]" class="btn btn-primary">Home</a>
    [% ELSE # conventional http %]
      <button onclick="history.back()">Go Back</button>
    [% END %]
  </div>
</div>