{% extends "AppBundle::layout.html.twig" %} {% block sub_body %} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage|raw }}
{% endfor %}

如果产品url是
http://www.amazon.com/UA902-PK-Universal-Showering-Components-Adjustable/dp/B0064TYE9Y/ref=cm_cr_pr_sims_t/175-8371468-5397765,
产品ID为:B0064TYE9Y

{% endblock %}