{% extends "base.html" %} {% block title %}Products - Product Recommendation Engine{% endblock %} {% block content %}
Discover amazing products across all categories
{{ product.description[:80] }}{% if product.description|length > 80 %}...{% endif %}
Try adjusting your search criteria or browse all products.
Browse All Products {% else %}No products are currently available. Check back later!
{% endif %}