aboutsummaryrefslogtreecommitdiffstats
path: root/web_server/templates/song.htm
diff options
context:
space:
mode:
Diffstat (limited to 'web_server/templates/song.htm')
-rw-r--r--web_server/templates/song.htm7
1 files changed, 0 insertions, 7 deletions
diff --git a/web_server/templates/song.htm b/web_server/templates/song.htm
deleted file mode 100644
index 072567a..0000000
--- a/web_server/templates/song.htm
+++ /dev/null
@@ -1,7 +0,0 @@
-<a href="{{ item.webpage_url }}">{{ item.title }}</a>
-<span>({{ item.duration|fmt_duration }})</span>
-{% match item.thumbnail %}
- {% when Some with (thumbnail) %}
- <img src="{{ thumbnail }}" height="128">
- {% when None %}
-{% endmatch %}