diff --git a/main/templates/main/temp.html b/main/templates/main/temp.html
index 315caca..9233aee 100644
--- a/main/templates/main/temp.html
+++ b/main/templates/main/temp.html
@@ -10,6 +10,7 @@
Need to add a timer to remove it first. I'm not *that* mean. Credit: https://soc.punktrash.club/objects/bfe4fc29-96d5-4f90-9f9e-4092e7c273a4-->
+
{% autoescape off %}{{ content }}{% endautoescape %}
diff --git a/static/theme.css b/static/theme.css
index db9e915..39a2e46 100644
--- a/static/theme.css
+++ b/static/theme.css
@@ -6,7 +6,8 @@ body
margin: 0px;
padding: 0px;
- /*Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.*/
+ /*Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.
+ Thanks to @heftig:archlinux.org (matrix) for showing me this.*/
display: flex;
flex-direction: column;
}