{% 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 %} b'>Articles du blogSébastien Dailly
aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/meta.html
blob: 287f6b219807f1ca190253df7503b4c0a0936d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12