{% extends "base.html" %} {% block content %}

{{ _('Sorry, but the page your are looking for has not been found. Try to checking the URL for errors, or go to our Homepage') }}

{% endblock %} {% block sidebar %}

{{ _('Want to share a file?') }}

{{ _('You too you can share a file, you just have to upload it with %(t)s.', u=url_for('show_upload_form'), t=config['FLASKUP_TITLE']) }}

{% endblock %}