diff --git a/_includes/comments.html b/_includes/comments.html
new file mode 100644
index 0000000..7310c47
--- /dev/null
+++ b/_includes/comments.html
@@ -0,0 +1,21 @@
+{% if page.comments %}
+
+
Comments
+
+
+
+
+
+{% endif %}
diff --git a/_layouts/post.html b/_layouts/post.html
index 3a0fb52..93f8beb 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -12,4 +12,5 @@ {{ page.title }}
{{ content }}
+ {% include comments.html %}