{% extends "layout.html" %} {% block title %}Not Found{% endblock %} {% block header %}Not Found!{% endblock %} {% block body %}

Error 404: Not Found

{% if message %} {{ message }} {% else %} The thing you're looking for does not exist. {% endif %} {% endblock %}