{% extends "base_2020.html" %} {% block title %}Publications sporadiques 2022{% endblock %} {% block description %}Archives 2021 des publications de David Larlet{% endblock %} {% block content %}

Publications sporadiques 2022


{% for month_year, group in page_list %}

{{ month_year }}

{% for page in group|sort -%} {{ page.title }} {%- if not loop.last %}, {% else %}.{% endif %} {% endfor %}

{% endfor %} {% if tags %}

Par tags

{% for slug, name, counter in tags -%} #{{ name }} ({{ counter }}) {% endfor %}

{% endif %}
{% endblock content %}