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

     1  <!-- Content managed by Project Forge, see [projectforge.md] for details. -->
     2  {% func Bool(b bool) %}{% stripspace %}
     3    {% if b %}true{% else %}false{% endif %}
     4  {% endstripspace %}{% endfunc %}