+
+ {% if post.html %}
+ {{post.html|safe}}
+ {% endif %}
+
+
+{% endblock %}
diff --git a/browser/templates/_types/home/index.html b/browser/templates/_types/home/index.html
new file mode 100644
index 0000000..e5df191
--- /dev/null
+++ b/browser/templates/_types/home/index.html
@@ -0,0 +1,14 @@
+{% extends '_types/root/_index.html' %}
+{% block meta %}
+ {% include '_types/post/_meta.html' %}
+{% endblock %}
+
+{% block content %}
+