{% block sidebar_header %} {% endblock %}

Catégories

    {% for cat, null in categories %}
  • {{ cat }}
  • {% endfor %}
{% if article and article.tags %}

Mots-clés:

    {% for tag in article.tags %}
  • {{ tag }}
  • {% endfor %}
  • Plus...
{%endif%} {% if LINKS %}

Liens

    {% for name, link in LINKS %}
  • {{ name }}
  • {% endfor %}
{% endif %} {% if SOCIAL %}

Réseaux sociaux

    {% for name, link in SOCIAL %}
  • {{ name }}
  • {% endfor %}
{% endif %} {% if FEED or FEED_RSS %}

S'abonner

  • Flux ATOM
  • {% if FEED_RSS %}
  • Flux RSS
  • {% endif %}
{% endif %}