No notes defined.
<a href="" class="sds-tile sds-box -boxOverlaid sds-scaleInteraction">
<span class="sds-iconBlock" aria-hidden="true">
<span class="sds-iconBlock__icon sds-icon sds-icon-photo"></span>
</span>
<div class="sds-tile__body">
<p class="sds-label">
{Label}
</p>
</div>
</a>
{% extends "@tile-frame" %}
{% block media %}
{% render "@icon-block" %}
{% endblock %}
{% block body %}
{% render "@label",{
text: text or "{Label}",
eltType: "p"
},true %}
{% endblock %}