{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ category }}{% endblock %} {% block content %}

Articles dans la catégorie « {{ category }} »

{% if articles %} {% import 'abstract.html' as abstract with context %} {{ abstract.abstract("h2") }} {% endif %} {% if CATEGORY_FEED_RSS %} {% endif %} {% if CATEGORY_FEED_ATOM %} {% endif %} {% endblock %} a96056d55'/> Articles du blogSébastien Dailly
aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/meta.html
blob: db361730f9eff7f84b8bec4a9b312184edaff1e8 (plain)
1
2
3
4
5