mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-12 16:59:40 -06:00
6 lines
137 B
HTML
6 lines
137 B
HTML
{% extends "base.html" %} {% block head %}
|
|
<title>Root</title>
|
|
{% endblock %} {% block body %}
|
|
<h1>Hi {{ username }}</h1>
|
|
{% endblock %}
|