presences/ui/scan.html

4 lines
152 B
HTML

{{ define "scan-html" }}
{{ if .Error }}<h3>Erreur: {{ .Error }}</h3>{{ end }}
{{ if .Result }}<h3>Résultat: {{ .Result }}</h3>{{ end }}
{{ end }}