{% extends "_layout.html" %} {% block title %}{{ _('Page Not Found') }}{% endblock %} {% block content %}
{{ _('Page Not Found') }}!
{{ _('What you were looking for is just not there, perhaps go somewhere nice instead.', link = url_for('index')) | safe }}