{% load wagtailimages_tags %}
{% if self.image %}
{% image self.image max-1600x1600 format-webp as imagedata %} Photo of {{self.name}}
{% else %}
{% endif %} {{self.name}}{{self.price}}

{{self.description}}