diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html
index 983f845355..ff21aaca14 100644
--- a/bskyweb/templates/post.html
+++ b/bskyweb/templates/post.html
@@ -56,6 +56,41 @@
+
{%- elif requiresAuth and profileHandle -%}
diff --git a/bskyweb/templates/profile.html b/bskyweb/templates/profile.html
index cc33ed5318..bb552ef47d 100644
--- a/bskyweb/templates/profile.html
+++ b/bskyweb/templates/profile.html
@@ -51,6 +51,41 @@
{% endif %}
+
+
{% endif -%}
{%- endblock %}