{% 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|raw }}
<img src="{{ asset(src) }}" alt="" style="width: {{ width }}px;height: {{ height }}px;" class="src_class">
{% if hover_src is defined %}
<img src="{{ asset(hover_src) }}" alt="" style="width: {{ width }}px;height: {{ height }}px;" class="hover">
{% endif %}
</{{ tag_type }}>