{% block head %}
{% block title %}{{ SITENAME }}{% endblock title %}
{% if FEED_ALL_ATOM %}
{% endif %} {% if FEED_ALL_RSS %}
{% endif %} {% if FEED_ATOM %}
{% endif %} {% if FEED_RSS %}
{% endif %} {% if CATEGORY_FEED_ATOM %}
{% endif %} {% if CATEGORY_FEED_RSS %}
{% endif %} {% if TAG_FEED_ATOM %}
{% endif %} {% if TAG_FEED_RSS %}
{% endif %} {% assets filters="yui_css", output="css/shadoware.css", "css/style.css", "css/custom.css", "css/pygment.css" %}
{% endassets %} {% endblock head %}
{{ SITENAME }}
{{ SITESUBTITLE }}
{% block content %} {% endblock %}
Pages
{% for title, link in MENUITEMS %}
{{ title }}
{% endfor %} {% if DISPLAY_PAGES_ON_MENU %} {% for p in PAGES %}
{{ p.title }}
{% endfor %} {% endif %}
Catégories
{% for cat, x in categories %}
{{ cat }}
({{ x | length }})
{% endfor %}
{% if LINKS %}
Liens
{% for name, link in LINKS %} {% if link != '' %}
{{ name }}
{% else %}
{{ name }}
{% endif %} {% endfor %}
{% endif %}
Accueil
-
Archives
Réseaux sociaux
{% if SOCIAL %} {% for name, link in SOCIAL %} {{ link }} {% endfor %} {% endif %}
S'abonner
Fil des billets (ATOM)
{% if FEED_ALL_RSS %}
Fil des billets (RSS)
{% endif %}
Tags
{% for tag in tag_cloud %}
{{ tag.0 }}
{% endfor %}
{% if PIWIK_URL and PIWIK_SITE_ID %}
{% endif %}