5 lines
88 B
HTML
Raw Normal View History

2019-05-13 19:04:33 +02:00
{% extends "base.html" %}
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}