tablejohn/templates/queue.html
2023-08-06 19:23:22 +02:00

8 lines
144 B
HTML

{% extends "base.html" %}
{% block title %}queue{% endblock %}
{% block body %}
<h2>Queue</h2>
<p>Sorry, nothing here yet.</p>
{% endblock %}