mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-21 20:40:47 +02:00
8 lines
273 B
HTML
8 lines
273 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<section>
|
|
<h2>Internal Server Error</h2>
|
|
<p>Something went wrong.</p>
|
|
<p class="muted">Request ID: <code>{{ request_id or request.state.request_id }}</code></p>
|
|
<p><a class="btn" href="/">Go home</a></p>
|
|
{% endblock %}
|