KankenOnline/kanken_online/templates/user_page.html

9 lines
209 B
HTML
Raw Normal View History

2024-10-18 15:36:03 +00:00
{% extends 'base.html' %}
{% block header %}
<h1>{% block title %}{{ localize("user_introduction") }} {{ username }}{% endblock %}</h1>
{% endblock %}
{% block content %}
(profile picture)
{% endblock %}