diff --git a/source/blog.html.twig b/source/blog.html.twig
index 0385725a2..1dd4eda09 100644
--- a/source/blog.html.twig
+++ b/source/blog.html.twig
@@ -5,6 +5,7 @@ nav: blog
use:
- posts
---
+{% block content %}
Blog
{% if data.posts %}
@@ -13,4 +14,7 @@ use:
{{ post.title }}
{% endfor %}
-{% endif %}
\ No newline at end of file
+{% endif %}
+{% endblock %}
+
+{% block sidebar %}{% endblock %}
\ No newline at end of file