{% extends "base.html" %} {%- block head -%} {%- set title = "Page not found" -%} {%- endblock head -%} {%- block content -%}

Page not found

Or as the machines like to say it: 404.


Return home
{%- endblock content -%}