{% extends 'base.html' %} {% block title %}Libravatar: Error!{% endblock title %} {% block content %}

Error!

{% block errormessage %}Libravatar has encountered an error.{% endblock errormessage %}

{% endblock content %} {% block backlink %} {# TODO: make this work on every page even (if user is undefined?) #} {% if not user.is_anonymous %}

Back to your profile

{% endif %} {% endblock backlink %}