{% extends "base.html" %} {% block title %}User Details{% endblock %} {% block content %}

{{person.name}}

This page will contain user information - editable by the users themselves, or user admins.

{% endblock %}