aboutsummaryrefslogblamecommitdiff
path: root/templates/_group_path.tmpl
blob: 3a14edc0fd4a97149a4759c82ca1d837347263fe (plain) (tree)
1
2
3
4
5
6
7
8




                                                            


                                                                                   
{{/*
	SPDX-License-Identifier: AGPL-3.0-only
	SPDX-FileContributor: Runxi Yu <https://runxiyu.org>
*/}}
{{- define "group_path_plain" -}}
{{- $p := . -}}
{{- range $i, $s := . -}}{{- $s -}}{{- if ne $i (len $p) -}}/{{- end -}}{{- end -}}
{{- end -}}