This repository has been archived on 2024-12-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bottin-ag/webcontent/html/decompte.html

4 lines
193 B
HTML

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