{% extends 'base.html' %} {% block title %}All Entry{% endblock title %} {% block contents %} All Entry {% for story in story_list|reverse %} {{ loop.revindex }} : {{ story.published_datetime }} {{ story.title }} {% endfor %} {% endblock contents %}