cookiecutter-django/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/templates/404.html
2013-12-17 16:27:18 +01:00

9 lines
250 B
HTML

{% raw %}{% extends "base.html" %}
{% block title %}Page Not found{% endblock %}
{% block page_title %}Page Not found{% endblock page_title %}
{% block content %}
<p>This is not the page you were looking for.</p>
{% endblock content %}{% endraw %}