6 lines
218 B
HTML
6 lines
218 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block title %}{{ super() }} — Articles dans la catégorie «{{ category }}»{% endblock %}
|
|
|
|
{% block index_title %}Articles dans la catégorie <i>«{{ category }}»</i> :{% endblock %}
|