<img src="/images/person.jpg" width="367" height="250" />
{% 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": false,
"role": false
}
There are no notes for this item.