{% include 'head.html' %}

{{ status_code }}

{{ name }}

{% if status_code == 404 %} Wordlette could not find a page at {{ path }}. {% else %} Wordlette encountered an error while trying to load {{ path }}. {% endif %}

Go Home
{% include "foot.html" %}