{% extends "base.html" %} {% block title %}{{ product.name }} - Product Recommendation Engine{% endblock %} {% block content %}
{{ product.description }}
{{ rating.review }}
{% endif %}{{ related_product.description[:80] }}{% if related_product.description|length > 80 %}...{% endif %}