{% load static %} Bootstrap demo
{% if user.is_authenticated %} Logout {% else %} Login Sign-up {% endif %}
{% block content %}

{{ section.title }}

{% for story in story_list %}

{{ story.headline|upper }}

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

{% endfor %} {% endblock %}