summaryrefslogtreecommitdiff
path: root/src/templates/404.html
blob: d74f8caab4a1055e49948fc1f0f12248b193ed0c (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}
 
{% block content %} 
<p>
404 -- page not found
</p>
{% endblock %}