8 lines
192 B
HTML
8 lines
192 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block card %}
|
||
|
<h1>Hmm. That doesn't look right.</h1>
|
||
|
Make sure the URL is correct and try again.
|
||
|
<small>(Error 404 - Page not found)</small>
|
||
|
{% endblock %}
|