diff --git a/marietje/marietje/templates/marietje/base.html b/marietje/marietje/templates/marietje/base.html
index 8b6d2cf..a999251 100644
--- a/marietje/marietje/templates/marietje/base.html
+++ b/marietje/marietje/templates/marietje/base.html
@@ -15,7 +15,10 @@
-
+
+
@@ -37,6 +40,7 @@
@@ -87,22 +89,22 @@
- | <% song.song.artist %> |
- <% song.song.title %> |
+ ${ song.song.artist }$ |
+ ${ song.song.title }$ |
Marietje
- <% song.user.name %>
+ ${ song.user.name }$
|
- <% song.time_until_song_seconds.secondsToMMSS() %>
+ ${ song.time_until_song_seconds.secondsToMMSS() }$
- <% song.plays_at.timestampToHHMMSS() %>
+ ${ song.plays_at.timestampToHHMMSS() }$
|
@@ -177,7 +179,7 @@
@@ -188,21 +190,21 @@
|
- <% song.artist %>
+ ${ song.artist }$
|
-
+
|
Marietje
- <% song.user.name %>
+ ${ song.user.name }$
|
- <% song.duration.secondsToMMSS() %>
+ ${ song.duration.secondsToMMSS() }$
|
| |