{% extends "base.html" %} {% block page_title %}Not Found{% endblock page_title %} {% block content %} 404 {% if not_found %}{{ not_found.content | safe }}{% endif %} {% endblock content %}