{% extends "templates/one-column.html" %} {% block title %}404: Page not found{% endblock %} {% block content %}
{% if message %} {{ message }} {% else %} Sorry, we couldn't find that page. {% endif %}