+
+{% include 'posts.html' %}
+
{% endblock content %}
\ No newline at end of file
diff --git a/templates/posts.html b/templates/posts.html
new file mode 100644
index 0000000..6ac564f
--- /dev/null
+++ b/templates/posts.html
@@ -0,0 +1,60 @@
+{% if board_threads|length>0 %}
+ {% for thread in board_threads %}
+