-
{% for part in summary.parts %}
{% for article in part.articles %}
- {{ article.title }} {% endfor %} {% endfor %}
{% extends "./layout.html" %} {% block title %}{{ page.title }} · {{ super() }}{% endblock %} {% block description %}{{ page.description }}{% endblock %} {% block head %} {{ super() }} {% if page.next and page.next.path %} {% endif %} {% if page.previous and page.previous.path %} {% endif %} {% endblock %} {% block javascript %} {% for resource in plugins.resources.js %} {% if resource.url %} {% else %} {% endif %} {% endfor %} {% endblock %} {% block body %}