{% extends 'base.html' %}

{% block header %}
  <h1>{% block title %}{{ localize("user_introduction") }} {{ username }}{% endblock %}</h1>
{% endblock %}

{% block content %}
  (profile picture)
{% endblock %}