luniebox/application/templates/spotifydl.html

10 lines
132 B
HTML
Raw Normal View History

2022-02-06 10:19:03 +01:00
{% extends "template.html" %}
{% block content %}
{% if uri: %}
<h3>{{ uri }}</h3>
{% endif %}
<p>{{ status }}</p>
{% endblock %}