{% extends "base.html" %} {% block content %}
{% for entry in entry_list %} {% include "blog/_entry.html" %} {% endfor %}
{% endblock content %}