6 lines
90 B
HTML
Raw Normal View History

2024-09-08 14:24:40 +02:00
{% extends "base.html" %}
{% block content %}
<h1> User Home</h1>
{% endblock content %}