+
+
+
+
- 
-
- {{ content | safe }}
+
+
+
-
-
-
+ {%- endfor -%}
+
+{% endblock %}
+
+{% block footer %}
+
+{% endblock %}
diff --git a/_includes/postlayout.njk b/_includes/postlayout.njk
new file mode 100644
index 0000000..829347c
--- /dev/null
+++ b/_includes/postlayout.njk
@@ -0,0 +1,32 @@
+{% extends "baselayout.njk" %}
+
+{% block header %}
+
- {%- for post in posts -%}
-
-
- {%- endfor -%}
+
-
-
-
-
- 
-
-
-
-
-
-
-
-
-
- {{ post.templateContent | emojiReadTime }}
-
-
-
+
-
-
+
+
+
+
+ {{ post.templateContent | emojiReadTime }}
+
+
+
+{% endblock %}
+
+{% block main %}
+ {{ title }}
+{{ description }}
+ +
+
+
+
+
+
+
+ {{ content | emojiReadTime }}
+
+
+
+
+
+ 
+ {{ content | safe }}
+
+{% endblock %}
+
diff --git a/content/posts/posts.json b/content/posts/posts.json
new file mode 100644
index 0000000..ed76082
--- /dev/null
+++ b/content/posts/posts.json
@@ -0,0 +1 @@
+{ "layout": "postlayout.njk" }