{% extends "base.html" %} {% block title %}{{ year }}年{{ month }}月のアーカイブ - {{ site_name }}{% endblock %} {% block content %}

{{ year }}年{{ month }}月のアーカイブ

{% for post in posts %} {% else %}

この月には記事がありません。

{% endfor %}
{% endblock %}