Initial commit

This commit is contained in:
Victor Lacasse-Beaudoin 2025-02-27 14:13:21 -05:00
commit 02947128bc
24 changed files with 1126 additions and 0 deletions

4
ui/decompte.html Normal file
View file

@ -0,0 +1,4 @@
{{ define "decompte-html" }}
Décompte: {{ .Decompte }}
{{if not .HideFermerButton}}<button hx-get="/nothing/" hx-on:click="document.getElementById('app-dialog').style.display = 'none';">fermer</button>{{else}}{{end}}
{{ end }}