{% import "post_macros.html" as post_macros %} {% if page.title %}{{ config.title }} - {{ page.title }}{% else %}{{ config.title }}{% endif %} {% if page.extra.author %}{% endif %} {% if page.summary %}{% endif %} {% if page %} {% if page.extra.banner_path %} {% endif %} {% if page.updated %}{% endif %} {% if page.extra.author_url %}{% endif %} {% for tag in page.taxonomies.tags %}{% endfor %} {% else %} {% endif %} {% if config.generate_feed %}{% endif %} {% if config.extra.google_analytics.enabled %} {% endif %} {% if page %}{% else %}{% endif %} {% block body %}
{% block content %}
{% for page in paginator.pages %} {% if loop.index == 1 and paginator.current_index == 1 %}
{% else %}
{% endif %} {{ post_macros::page_in_list(page=page)}}
{% endfor %}
{% endblock content %}
{% endblock body %}