Core

/views/components/fieldedit/Int.html (183 B)

1
2
3
4
5
6
7
{% import (
"{{{ .Package }}}/views/components"
) %}

{% func Int(x any, k string) %}{% stripspace %}
{%= components.FormInputNumber(k, "", x) %}
{% endstripspace %}{% endfunc %}