{% extends "base_blog.html" %} {% block content %} {% for entry in latest %} {{ entry.title }} {{ entry.body|truncatewords_html:"20"|safe }} Permalink {% endfor %} {% endblock %}