{% extends "layout.html" %} {% from "macros/blog.html" import render_blog_post %} {% from "macros/pagination.html" import render_pagination %} {% block title %}{{ this.title }}{% endblock %} {% block body %}

Archives du blog

2016

{% for child in this.pagination.items %}

{{ child.title }}

{{ child.excerpt|truncate(140) }}

{% endfor %}
{% endblock %}