{% extends "base.html" %} {% block title %}{{ site_name }}{% endblock %} {% block content %}
{% for post in posts %}

{{ post.title }}

{{ post.excerpt or (post.body | excerpt) }}

{% else %}

まだ投稿がありません。

{% endfor %}
{% if pagination %} {% endif %} {% endblock %}