You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% extends "base.html" %}
|
|
|
|
{% block title %}404{% endblock %}
|
|
|
|
{% block description %}
|
|
This page wasn't found!
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<h1>Page not found!</h1>
|
|
|
|
<p><code>{{ slug }}</code> was not found! Would you like to go <a href="/">home</a>?</p>
|
|
|
|
{% endblock %} |