{% block headers %}
{% block title %}{{ SITENAME }}{%endblock%}
{% if FEED_RSS %}
{% endif %} {% if GOOGLE_ANALYTICS %} {% endif %} {% endblock headers %}
{{ SITENAME }}
Accueil
{% for title, link in MENUITEMS %}
{{ title }}
{% endfor %} {% if DISPLAY_PAGES_ON_MENU %}
Catégories
{% for p in PAGES %}
{{ p.title }}
{% endfor %} {% else %} {% for cat, null in categories %}
{{ cat }}
{% endfor %} {% endif %}
Archives
Mots-clés
{% block content %} {% endblock content %}