{% extends "base.html" %} {% block title %}Product Details{% endblock %} {% block content %}

{{ name }}

{{ price|currency("€") }}

{{ description|truncate(100) }}

{% endblock %}