5 lines
114 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Deine Antworten, liebe*r {{ user_id }}!</h1>
{% endblock %}