5 lines
105 B
HTML
5 lines
105 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block content %}
|
||
|
<h1><em>Insert epic 404 page here</em></h1>
|
||
|
{% endblock %}
|