{% extends "layout.html" %} {% block title %}404 Not Found :: {{ config.SITE_NAME }}{% endblock %} {% block body %} <h1>404 Not Found</h1> <p>The path you requested does not exist on this server.</p> {% endblock %}