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