{% if error %}
{{ error }}
{% elif price %}
Price detected: ${{ price }} (raw: "{{ raw_text }}", via {{ method }})
{% else %}
Element found ("{{ raw_text }}") but no numeric price could be parsed from it.
{% endif %}