10 lines
255 B
HTML
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>
|