{% extends "base.html" %} {% block title %}{{ SITENAME }} - Accueil{% endblock %} {% block content %} {% if articles %} {% import 'abstract.html' as abstract with context %} {{ abstract.abstract("h1") }} {% endif %} {% if FEED_RSS %} {% endif %} {% if FEED_ATOM %} {% endif %} {% endblock %}