{% extends 'base.html' %} {% block title %}Libravatar: Photo lookup{% endblock title %} {% block content %}

Photo lookup

{{ form.email }}

{% if data %}

MD5 hash: {{ data.md5 }} (compatible with Gravatar)
SHA1 hash: {{ data.sha1 }}
SHA256 hash: {{ data.sha256 }}

This is what the libravatars look depending on the hashing algorithm you use:

{% endif %} {% endblock content %}