5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
{% extends "base" %}
|
|
{% block title %}404{% endblock title %}
|
|
{% block content %}
|
|
<h1>404 - Could not find that page</h1>
|
|
{% endblock content %} |