luniebox/application/templates/spotifydl.html
2022-02-06 10:19:03 +01:00

10 lines
132 B
HTML

{% extends "template.html" %}
{% block content %}
{% if uri: %}
<h3>{{ uri }}</h3>
{% endif %}
<p>{{ status }}</p>
{% endblock %}