{% extends 'base.html' %} {% block title %}Libravatar: Login{% endblock title %} {% block content %}
Don't have an account yet? Sign up now!
{% if form.errors %}Your username and password didn't match. Please try again.
{% endif %} {% endblock content %}