diff --git a/routes/_components/status/Status.html b/routes/_components/status/Status.html
index 6d61b3c5..ad4fd53f 100644
--- a/routes/_components/status/Status.html
+++ b/routes/_components/status/Status.html
@@ -10,34 +10,134 @@
{{/if}}
-
-
+
+
+ {{originalAccount.display_name || originalAccount.username}}
+
+
+
+
+ {{'@' + originalAccount.acct}}
+
+
{{#if !isStatusInOwnThread}}
-
+
+
+
+
+
{{/if}}
-
+
+
+
{{#if originalStatus.spoiler_text}}
-
+
+
+
{{originalStatus.spoiler_text}}
+
+
+
+
+
{{/if}}
{{#if !originalStatus.spoiler_text || spoilerShown}}
-
+
+
+ {{{massagedContent}}}
+
+
{{/if}}
{{#if originalStatus.media_attachments && originalStatus.media_attachments.length}}
-
+
+ {{#if sensitive }}
+
+ {{else}}
+
+ {{/if}}
+
{{/if}}
{{#if isStatusInOwnThread}}
{{/if}}
-
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/routes/_components/status/StatusAuthorHandle.html b/routes/_components/status/StatusAuthorHandle.html
deleted file mode 100644
index 5504d9ef..00000000
--- a/routes/_components/status/StatusAuthorHandle.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
- {{'@' + originalAccount.acct}}
-
-
\ No newline at end of file
diff --git a/routes/_components/status/StatusAuthorName.html b/routes/_components/status/StatusAuthorName.html
deleted file mode 100644
index aa40828c..00000000
--- a/routes/_components/status/StatusAuthorName.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
- {{originalAccount.display_name || originalAccount.username}}
-
-
-
\ No newline at end of file
diff --git a/routes/_components/status/StatusContent.html b/routes/_components/status/StatusContent.html
deleted file mode 100644
index 6af4919d..00000000
--- a/routes/_components/status/StatusContent.html
+++ /dev/null
@@ -1,136 +0,0 @@
-
- {{{massagedContent}}}
-
-
-
\ No newline at end of file
diff --git a/routes/_components/status/StatusMediaAttachments.html b/routes/_components/status/StatusMediaAttachments.html
deleted file mode 100644
index 1ccec6fb..00000000
--- a/routes/_components/status/StatusMediaAttachments.html
+++ /dev/null
@@ -1,158 +0,0 @@
-{{#if sensitive }}
-
-{{else}}
-
-{{/if}}
-
-
\ No newline at end of file
diff --git a/routes/_components/status/StatusRelativeDate.html b/routes/_components/status/StatusRelativeDate.html
deleted file mode 100644
index ecfe4f71..00000000
--- a/routes/_components/status/StatusRelativeDate.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/routes/_components/status/StatusSidebar.html b/routes/_components/status/StatusSidebar.html
deleted file mode 100644
index 3b56690b..00000000
--- a/routes/_components/status/StatusSidebar.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/routes/_components/status/StatusSpoiler.html b/routes/_components/status/StatusSpoiler.html
deleted file mode 100644
index aeacd54f..00000000
--- a/routes/_components/status/StatusSpoiler.html
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
{{originalStatus.spoiler_text}}
-
-
-
-
-
-
\ No newline at end of file