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