Files
AudioBookRequest/templates/root.html
2025-02-15 18:42:08 +01:00

6 lines
137 B
HTML

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