{% extends "base_2024.html" %} {% block lang %}{{ page.lang }}{% endblock %} {% block title %}{{ page.title }}{% endblock %} {% block description %}{{ page.extract|striptags }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {{ page.title }} Le {{ page.date|format_date }} {% if prev and not prev.is_draft %} ← Précédent • {% endif %} Accueil • Recherche {% if next and not next.is_draft %} • Suivant → {% endif %} {{ page.content }} {% if page.tags %} {% for tag in page.tags %} #{{ tag }} {% endfor %} tous ? {% endif %} {% if prev and not prev.is_draft %} ← Précédent • {% endif %} ↑ En 2024 {% if next and not next.is_draft %} • Suivant → {% endif %} {% endblock content %} {% block extra_body %} {% endblock %}
Le {{ page.date|format_date }}
{% if prev and not prev.is_draft %} ← Précédent • {% endif %} Accueil • Recherche {% if next and not next.is_draft %} • Suivant → {% endif %}
{% for tag in page.tags %} #{{ tag }} {% endfor %} tous ?
{% if prev and not prev.is_draft %} ← Précédent • {% endif %} ↑ En 2024 {% if next and not next.is_draft %} • Suivant → {% endif %}