1 2 3 4 5
{% extends "index.html" %} {% block title %}{{ super() }} — Articles de {{ author }}{% endblock %} {% block index_title %}Articles de <i>{{ author }}</i> :{% endblock %}