{% extends "base_2024.html" %}
{% block title %}Publications 2024{% endblock %}
{% block description %}Archives 2024 des publications de David Larlet{% endblock %}
{% block content %}
Tentative de publication quotidiennePublications 2024
{% for page in group|sort -%} {{ page.title }} {%- if not loop.last %}, {% else %}.{% endif %} {% endfor %}
{% endfor %} {% if tags %}{% for slug, name, counter in tags -%} #{{ name }} ({{ counter }}) {%- if not loop.last %}, {% else %}.{% endif %} {% endfor %}
{% endif %} {% endblock content %}