Instruction:
{{ instruction_text }}

Page {{page}} (Total results: {{total}})

{% if page > 1 %}
{% else %}
{% endif %}
{% for item in products %}
    {% set item_page_url = url_for('item_page', session_id=session_id, asin=item.asin, keywords=keywords, page=page, options=dict() ) %}

    {{item.asin}}

    {{item.Title}}

    {{item.Price}}
{% endfor %}