{% load blog_extras %} {% extends "list_template.html" %} {% block content_title %}

“{{ tag }}”な記事の一覧{% if tag.entry_images.count %}画像一覧{% endif %}

{% ifequal SHOW_BANNERS 'True' %}{{ "/blog/banner2/"|flat_page_content_by_url }}{% endifequal %}
{% endblock %} {% block content_body %}

{% ifequal list_mode "close" %} {% else %} {% endifequal %}

{% if object_list %} {% ifequal list_mode "close" %}
{% for object in object_list %}
{% endfor %}
{% ifequal SHOW_BANNERS 'True' %}
{{ "/blog/banner/"|flat_page_content_by_url }}
{% endifequal %} {% else %} {% for object in object_list %} {% include "entry.html" %} {% endfor %} {% endifequal %} {% else %}

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

{% if forloop.first %}{% include "banner.html" %}{% endif %} {% endif %} {% endblock %}