<img src="/images/person.jpg" width="367" height="250" alt="Photograph of Trebor Scholz" />
{% set altAttribute = false %}
{% if alt !== false %}
{% set altAttribute = 'alt="' + alt + '"' %}
{% endif %}
{% set roleAttribute = false %}
{% if role !== false %}
{% set roleAttribute = 'role="' + role + '"' %}
{% endif %}
<img {{ roleAttribute | safe if roleAttribute else '' }} src="{{ src }}" width="{{ width }}" height="{{ height }}" {{ altAttribute | safe if altAttribute else '' }} />
{
"src": "/images/person.jpg",
"width": 367,
"height": 250,
"alt": "Photograph of Trebor Scholz",
"role": false
}
There are no notes for this item.