{% extends "base.html" %} {% block title %}{{ SITENAME }} - Accueil{% endblock %} {% block content %} {% if articles %} {% for article in (articles_page.object_list if articles_page else articles) %}

{{ article.title }}

{{ article.summary }} {% if not loop.last %}
{% endif %}
{% endfor %} {% include 'navigator.html' %} {% if FEED_RSS %} {% endif %} {% if FEED_ATOM %} {% endif %} {% endif %} {% endblock %} ss='sub right'>Sébastien Dailly
aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/header.html
blob: eaf9531001ed0ba193a4f24beaa5ddaded80a0a1 (plain)
1
2
3
4