{% extends "index.html" %} {% block content %}

{{ product.name }}

R$ {{ "%0.2f" | format(product.price)}}

{{product.description}}

{% endblock %}