{% extends "base.html" %} {% load staticfiles %} {% block style %} .page-title { background-image : url("{{category.image.url}}"); background-attachment : fixed; background-position: center; } .title-block { background-color: rgba(248, 249, 250, 0.6); } {% endblock %} {% block content %}

{{category.name}}

{{category.description}}

Aller voir !

{% for content in contents %} {% include "content/content.html" %} {% endfor %}


{% endblock %}