diff options
Diffstat (limited to 'dev-random2/templates/category.html')
-rw-r--r-- | dev-random2/templates/category.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-random2/templates/category.html b/dev-random2/templates/category.html new file mode 100644 index 0000000..0a5dade --- /dev/null +++ b/dev-random2/templates/category.html @@ -0,0 +1,5 @@ +{% 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 %} |