Core

/views/components/fieldview/Package.html (220 B)

1
2
3
4
5
6
7
8
9
{% import (
"{{{ .Package }}}/app/util"
) %}

{% func Package(v util.Pkg) %}{% stripspace %}
{% for idx , x := range v %}
{%s x %}{% if len(v) < idx %}/{% endif %}
{% endfor %}
{% endstripspace %}{% endfunc %}