{% load blog_extras %} {% extends "base.html" %} {% block title %}・{{ month|date:"Y" }}/{{ month|date:"m" }}{% endblock %} {% block layout %}yui-t4{% endblock %} {% block navigation_bar %}{% endblock %} {% block content %} {% include "month_navigation.html" %} {% if object_list %} {% for object in object_list reversed %} {% include "entry.html" %} {% endfor %} {% else %}

該当する記事はありませんです。

{% endif %} {% include "month_navigation.html" %} {% show_archives month %} {% endblock %}