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

{{ _('Oops! Something went wrong. We are sorry about that. Administrators have been warning. You can try to refresh the page in a few minutes, 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 %}