bottin-ag/webcontent/html/decompte.html

5 lines
193 B
HTML
Raw Permalink Normal View History

2023-09-19 18:25:12 -04:00
{{ define "decompte-html" }}
Décompte: {{ .Data.Decompte }}
<button hx-get="/nothing" hx-on:click="document.getElementById('app-dialog').style.display = 'none';">fermer</button>
{{ end }}