bgneal@32: {% load tagging_tags %} bgneal@32: {% if stories %} bgneal@32: <h2>Current News Stories</h2> bgneal@32: {% for story in stories %} bgneal@32: {% tags_for_object story as story_tags %} bgneal@32: {% include 'news/story_summary.html' %} bgneal@32: {% endfor %} bgneal@32: <hr /> bgneal@32: <p>For more news stories, check out our <a href="{% url news-index_page page=1 %}">news archive</a>.</p> bgneal@32: {% endif %}