{% extends "base.html" %} {% block title %}Arch Linux - Edit Profile{% endblock %} {% block content %}

Developer Profile

Username: {{ user.username }} {{ form.as_p }}

{% endblock %}