{% if tag_type is not defined %}
{% set tag_type = "a" %}
{% endif %}
<{{ tag_type}}
{% if href is defined %} href="{{ href }}" {% endif %}
class="{{ class }}"
{% if target is defined %}target="{{ target }}"{% endif %}
>
{{ text|nl2br }}
<img src="{{ asset(src) }}" alt="" style="width: {{ width }}px;height: {{ height }}px;">
</{{ tag_type }}>