url.html (193B)
1 2 3 4
{% if trail_slash is defined -%} {% set url = get_url(path=path, trailing_slash=trail_slash) %} {%- else -%} {% set url = get_url(path=path) %} {%- endif -%} <a href="{{ url }}">{{ text }}</a>