1
0
Fork 0
IdreXyz/templates/404.html
2015-05-02 14:28:15 +02:00

7 lines
83 B
HTML

{% extends "base.html" %}
{% block content %}
<p>404 ;( &lt;*</p>
{% endblock %}