Files
continuwuity/src/web/pages/templates/error.html.j2
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
643 B
Django/Jinja
Raw Normal View History

2025-04-25 02:47:48 +01:00
{% extends "_layout.html.j2" %}
{%- block head -%}
<link rel="stylesheet" href="/_continuwuity/resources/error.css">
{%- endblock -%}
2025-04-25 02:47:48 +01:00
{%- block title -%}
🐈 Request Error
2025-04-25 02:47:48 +01:00
{%- endblock -%}
{%- block content -%}
<pre class="k10y" aria-hidden>
      />  
      |  _  _|
     ` ミ_x
     /      |
    /  ヽ  
    │  | | |
 / ̄|   | | |
 | ( ̄ヽ__ヽ_)__)
 \二つ
</pre>
<div class="panel">
<h1>Request error<small aria-hidden>(︶^︶)</small></h1>
2025-04-25 02:47:48 +01:00
<pre><code>{{ error }}</code></pre>
</div>
2025-04-25 02:47:48 +01:00
{%- endblock -%}