{% extends "template.html.twig" %} {% block content %}
{% if product.starred %}★{% else %} ☆ {% endif %} {{ product.name }} {{ product.name }} {{ product.subTitle }} link
{% for price in product.price %} {% endfor %}
price lowest product price in 30 days standard price
{{ price.price }} {{ price.lowestProductPrice30Days }} {{ price.productStandardPrice }} {{ price.created_at }}
{% endblock %}