{% extends "bases/bootstrap-visitor.html" %} {% block content %}

This demo was built with django-allauth [Code, Docs]. It uses Twitter Bootstrap 3 with jQuery. With some work you can make it use angularjs and angular-ui with no jQuery.

it uses a custom User model with email and no username. It also has a connected UserProfile model with an avatar URL.

{% endblock %}