rf-web/_includes/common/back-button.html
2020-08-22 14:49:01 +02:00

10 lines
255 B
HTML

<a href="{{ include.parent }}" class="back-button">
<span class="back-arrow"></span>
<span class="hide-mobile">
{% if include.parentName %}
/{{ include.parentName }}
{% else %}
{{ include.parent }}
{% endif %}
</span>
</a>