|
@ -36,9 +36,8 @@ |
|
|
<a href="/~{{ group.path[0:1] }}" |
|
|
<a href="/~{{ group.path[0:1] }}" |
|
|
{% if class %}class="{{ class }}"{% endif %} |
|
|
{% if class %}class="{{ class }}"{% endif %} |
|
|
>~{{ group.path[0:1] }}</a> |
|
|
>~{{ group.path[0:1] }}</a> |
|
|
{% for i in range(1, group.path|length) %} |
|
|
|
|
|
. |
|
|
|
|
|
<a href="/~{{ group.path[0:i+1] }}" |
|
|
|
|
|
|
|
|
{%- for i in range(1, group.path|length) -%} |
|
|
|
|
|
.<a href="/~{{ group.path[0:i+1] }}" |
|
|
{% if class %}class="{{ class }}"{% endif %} |
|
|
{% if class %}class="{{ class }}"{% endif %} |
|
|
>{{ group.path[i:i+1] }}</a> |
|
|
>{{ group.path[i:i+1] }}</a> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|