mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-10 07:29:43 -06:00
8 lines
155 B
HTML
8 lines
155 B
HTML
{% extends "base.html" %}
|
|
{% block head %}
|
|
<title>Root</title>
|
|
{% endblock head %}
|
|
{% block body %}
|
|
<h1>Hi {{ username }}</h1>
|
|
{% endblock body %}
|