{% extends "base.html" %} {% block title %}{% endblock %} {% block content %} {% for post in blogposts %} {% if forloop.first %} {% include "onepost.html" %} {% else %} {% include "onepostsummary.html" %} {% endif %}
 
{% endfor %}
  >> See more posts
{% endblock %}