KankenOnline/kanken_online/templates/user_page.html
2024-10-18 16:36:03 +01:00

9 lines
209 B
HTML

{% extends 'base.html' %}
{% block header %}
<h1>{% block title %}{{ localize("user_introduction") }} {{ username }}{% endblock %}</h1>
{% endblock %}
{% block content %}
(profile picture)
{% endblock %}