{% extends "base.html" %}

Details of each products

{% load static %} {% block Pablo %}
...
{{object.name}}

{{object.description}}

{{object.price}}€

{{object.characteristic}}

Here the specific products

{% endblock Pablo %}