From 997339efe2a907f10ed665eadf400a49794c6872 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 10 Dec 2019 08:19:07 +0100 Subject: FUNCT Added playlist --- src/templates/playlist.template.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/templates/playlist.template.html (limited to 'src/templates/playlist.template.html') diff --git a/src/templates/playlist.template.html b/src/templates/playlist.template.html new file mode 100644 index 0000000..d01f0d6 --- /dev/null +++ b/src/templates/playlist.template.html @@ -0,0 +1,15 @@ +
+ {{ #playlist }} + +
+ {{ title }} + {{ genre }} +
+ + {{ artist }} + +
+ {{ /playlist }} +
\ No newline at end of file -- cgit 1.2.3-korg