{% extends "base.html" %} {% block title %}{{ year_month }}{% endblock title %} {% block contents %} {% for story in story_list %} {{ story.published_datetime }} {{ story.title }} {% endfor %} {% endblock contents %}