diff --git a/content/posts/_index.md b/content/posts/_index.md
index cfa53d1..17af5f4 100644
--- a/content/posts/_index.md
+++ b/content/posts/_index.md
@@ -2,6 +2,6 @@
title = "Posts"
sort_by = "date"
template = "posts.html"
-page_template = "post-page.html"
+page_template = "content.html"
generate_feeds = true
+++
diff --git a/content/posts/_index.pt.md b/content/posts/_index.pt.md
index cfa53d1..17af5f4 100644
--- a/content/posts/_index.pt.md
+++ b/content/posts/_index.pt.md
@@ -2,6 +2,6 @@
title = "Posts"
sort_by = "date"
template = "posts.html"
-page_template = "post-page.html"
+page_template = "content.html"
generate_feeds = true
+++
diff --git a/templates/content.html b/templates/content.html
new file mode 100644
index 0000000..26327f1
--- /dev/null
+++ b/templates/content.html
@@ -0,0 +1,24 @@
+{% extends "base.html" %}
+
+{% block content %}
+ {{ page.title }}
+
+ {{ page.content | safe }}
+