{{ post.title }}
{% if post.photo %}{{ post.body }}
{% extends "base.html" %} {% block content %} {% if post_list %} {% for post in post_list %}
{{ post.title }}
{% if post.photo %}{{ post.body }}
{% if has_next %} Older {% endif %} {% if has_next and has_previous %} | {% endif %} {% if has_previous %} Newer {% endif %}
{% endif %} {% endblock %}