{% extends "base.html"%} {% block header %} {% include "header.html" %} {% endblock %} {% block content %} {% for post in posts %} {% include "content.html" %} {% endfor %} {% if page-1 >= 0 %} Newer {% endif %} {% if page+1 <= num_pages %} Older {% endif %} {% endblock %}