{% extends "master.html" %}
{% block title %}Page not found :'({% endblock %}
{%block tag %}error{% endblock %}
{% block content %}
<h2>Page not found (404)</h2>
<p>The requested page cannot be found, we're sorry :(</p>
<p>Maybe you enter a bad URL, or the page has moved or has been removed, or...<br/>
Use the main navigation menu to get (re)started.</p>
{% endblock %}