{% extends 'base.html' %} {% block title %} Archives · {{ super() }} {% endblock title %} {% block head_description %} Archives du {{ SITENAME|striptags|e }}. {% endblock head_description %} {% block meta_tags_in_head %} {{ super() }} {% from '_includes/_defaults.html' import FEATURED_IMAGE, ARCHIVES_URL with context %} {% if FEATURED_IMAGE %} {% endif %} {% endblock meta_tags_in_head %} {% block content %} {% from '_includes/_defaults.html' import ARCHIVES_URL with context %}