{% extends "base.html" %} {% block title %}{{ series.title }} - {{ site_name }}{% endblock %} {% block content %}

{{ series.title }}

{% if series.description %}

{{ series.description }}

{% endif %} {% if channel %}

{{ channel.title }} のシリーズ

{% endif %}
{% for post in entities %}
{{ loop.index }}
{% else %}

このシリーズにはまだ記事がありません。

{% endfor %}
{% endblock %}