{% extends "djangoBase.hamlpy" %} {% block title %} {{ section.title }} {% endblock %} {% block content %}

{{ section.subtitle }}

{% for story in story_list %}

{{ story.headline|upper }}

{{ story.tease|truncatewords:"100" }}

{% endfor %} {% endblock %}