{% extends "base.html" %} {% block title %}{{ SITENAME }} - Accueil{% endblock %} {% block content %} {% if articles %} {% import 'abstract.html' as abstract with context %} {{ abstract.abstract("h1") }} {% endif %} {% if FEED_RSS %} {% endif %} {% if FEED_ATOM %} {% endif %} {% endblock %} dex : blog.git
Articles du blogSébastien Dailly
summaryrefslogtreecommitdiff
path: root/theme/templates/author.html
blob: 0b372902d5552cb93a0eed266b6fd851f63bd1be (plain)
1
2