diff --git a/src/app/views/partials/_newtable.zmpl b/src/app/views/partials/_newtable.zmpl
index 6746a2a..f9dc618 100644
--- a/src/app/views/partials/_newtable.zmpl
+++ b/src/app/views/partials/_newtable.zmpl
@@ -1,5 +1,6 @@
@args T: type, table_data: *ZmplValue, columns: T
+
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/src/app/views/songs/get.zmpl b/src/app/views/songs/get.zmpl
index e912930..1ceddef 100644
--- a/src/app/views/songs/get.zmpl
+++ b/src/app/views/songs/get.zmpl
@@ -9,12 +9,24 @@
@partial partials/header
+
{{.song.song_name}}
-
{{.song.scrobbles}} scrobbles ({{.song.rank}} place)
-@partial partials/firstlast_listens(firstlast: .firstlast)
-
Yearly Performance
-@partial partials/timescale(range: .yearly)
-
Scrobbles
-@partial partials/newtable(T: ColumnChoices, table_data: .scrobbles, columns: columns)
+
+
+
+
+
{{.song.scrobbles}} scrobbles ({{.song.rank}} place)
+ @partial partials/firstlast_listens(firstlast: .firstlast)
+
Yearly Performance
+ @partial partials/timescale(range: .yearly)
+
Scrobbles
+ @partial partials/newtable(T: ColumnChoices, table_data: .scrobbles, columns: columns)
+
+
+
Rating
+
+
+
+