github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/views/components/view/Float.html (about)

     1  <!-- Content managed by Project Forge, see [projectforge.md] for details. -->
     2  {% import "github.com/kyleu/dbaudit/app/util" %}
     3  
     4  {% func Float(f any) %}{% stripspace %}
     5    {%v f %}
     6  {% endstripspace %}{% endfunc %}
     7  
     8  {% func FloatArray(value []any) %}{% stripspace %}
     9    {%= StringArray(util.ArrayToStringArray(value)) %}
    10  {% endstripspace %}{% endfunc %}