diff --git a/templates/blog.html b/templates/blog.html
index 5c789ee..eca55ca 100644
--- a/templates/blog.html
+++ b/templates/blog.html
@@ -1,5 +1,6 @@
{% extends "layout.html" %}
{% import "macros/blog.html" as blog %}
+{% import "macros/layout.html" as layout %}
{% block title %}
{% if section.title %}{{ section.title }} - {% endif %}
diff --git a/templates/post.html b/templates/post.html
index 12411a3..2f3e10f 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -1,4 +1,5 @@
{% extends "layout.html" %}
+{% import "macros/layout.html" as layout %}
{% import "macros/post.html" as post %}
{% block title %}