123456 |
- {% extends "site_base.html" %}
- {% block title %}Page not found. {% endblock %}
- {% block content %}
- <p>404 error: Page not found.</p>
- <p>Sorry about that, we'll have a look for it. In the meantime, use your back button to do something else.</p>
- {% endblock %}
|