Core

/views/components/fieldview/ArrayString.html (199 B)

1
2
3
4
5
{% func ArrayString(v []string) %}{% stripspace %}
{% for idx , x := range v %}
{%= String(x) %}{% if idx < len(v) - 1 %},{% space %}{% endif %}
{% endfor %}
{% endstripspace %}{% endfunc %}