{% extends "base.html" %} {% block title %}{{title}}{% endblock %} {% block content %} {% for entry in blog_entries %}

{{ entry.id }} {{ entry.title|upper }}

{{ entry.body }}

{% endfor %} {% endblock %} {%block page_foot%} Sample page {{block.super}} {%endblock%}