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