{% block content %}{% endblock %}
diff --git a/templates/layouts/blog.html b/templates/layouts/blog.html
index 4d4615a49..d9b237f2b 100644
--- a/templates/layouts/blog.html
+++ b/templates/layouts/blog.html
@@ -24,7 +24,7 @@ and a side nav for category and featured post navigation
{% include "partials/featuredBlog.html" %}
-
+
{% include "partials/blogPosts.html" %}
{% include "partials/blogSidebar.html" %}
diff --git a/templates/layouts/newsroom.html b/templates/layouts/newsroom.html
index b243a299d..52086d4b4 100644
--- a/templates/layouts/newsroom.html
+++ b/templates/layouts/newsroom.html
@@ -24,7 +24,7 @@ and a side nav for category and featured post navigation
{% include "partials/featuredNews.html" %}
-
+
{% include "partials/newsPosts.html" %}
{% include "partials/newsSidebar.html" %}