{% extends 'layout/page.html' %} {% block head_title %} 404 - {% trans %}page not found{% endtrans %} {% endblock %} {% block page_content %}

{% trans %}404 - page not found{% endtrans %}

{% trans %}What were you looking for anyways?{% endtrans %}

{% endblock %}