{% macro abstract(title_level) %} {% for article in (articles_page.object_list if articles_page else articles) %}
<{{title_level}} class="title">{{article.title }}
{% if article.logo %}
{% endif %} {{ article.summary }}
{% endfor %} {% include 'navigator.html' %} {% endmacro %} lfish Articles du blogSébastien Dailly
summaryrefslogtreecommitdiff
path: root/theme/templates/article.html
blob: 044c386988faecc1bf80dfdf399c4afd9c7c8807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42