website/templates/404.html

5 lines
105 B
HTML
Raw Normal View History

2022-03-24 19:27:03 +00:00
{% extends "base.html" %}
{% block content %}
<h1><em>Insert epic 404 page here</em></h1>
{% endblock %}