Files
AudioBookRequest/templates/root.html
2025-04-23 23:16:09 +02:00

8 lines
155 B
HTML

{% extends "base.html" %}
{% block head %}
<title>Root</title>
{% endblock head %}
{% block body %}
<h1>Hi {{ username }}</h1>
{% endblock body %}