6 lines
239 B
HTML
6 lines
239 B
HTML
{% load helpers %}
|
|
|
|
<div>
|
|
<a class="portal !low {% if request.get_full_path|startswith:url %}~urge active bg-gray-100{% endif %}"
|
|
{% if disable_turbolinks %}data-turbolinks="false"{% endif %} href="{{url}}">{{label}}</a>
|
|
</div> |