2fas-server/licenses.tpl
2023-01-31 10:05:54 +01:00

9 lines
156 B
Smarty

[
{{- range $i, $e := . }}
{{- if $i }},{{ end }}
{
"package": "{{ $e.Name }}",
"license": "{{ $e.LicenseName }}"
}
{{- end }}
]