diff --git a/templates/index.html b/templates/index.html index 1a32491..23ac11b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,9 +1,9 @@ {% extends 'base.html' %} {% block content %} -
+
- {% for post in posts %} + {% for post in posts %}
{{ post.title }}