{% extends "layout.html" %} {% block content %}

Posts

{% if posts %} {% for post in posts %}
{% if post.filename %} Post Image {% endif %}

{{ post.content }}

{{ post.comments | length }}

{% endfor %} {% else %}

No posts yet.

{% endif %}
{% endblock %}