diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/404.html b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/404.html index 3ba605bf..0d7a787f 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/404.html +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/404.html @@ -2,8 +2,8 @@ {% block title %}Page Not found{% endblock %} -{% block page_title %}Page Not found{% endblock page_title %} - {% block content %} +

Page Not found

+

This is not the page you were looking for.

-{% endblock content %}{% endraw %} \ No newline at end of file +{% endblock content %}{% endraw %}