{% extends "base_2024.html" %} {% block title %}Publications 2024{% endblock %} {% block description %}Archives 2024 des publications de David Larlet{% endblock %} {% block content %}

Publications 2024

Tentative de publication quotidienne

{% 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 -%} {%- if not loop.last %}, {% else %}.{% endif %} {% endfor %}

{% endif %} {% endblock content %}