jean-marie/backend/templates/useradmin.html

6 lines
181 B
HTML

{% extends "base.html" %}
{% block title %}User Profile{% endblock %}
{% block content %}
This is the user administration page. <br />
Your email address: {{ name }}.
{% endblock %}