Merge branch 'fix/web-index-template' into main

This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-17 01:27:08 -04:00
commit c6f3a52f91

View file

@ -1,5 +1,7 @@
<h2>agecem/bottin-ag</h2>
{{ define "index-html" }}
<h2>agecem/bottin-ag</h2>
<h3>StatusCode: {{ .StatusCode }}</h3>
<h3>Message: {{ .Message }}</h3>
<h3>Error: {{ .Error }}</h3>
<h3>StatusCode: {{ .StatusCode }}</h3>
<h3>Message: {{ .Message }}</h3>
<h3>Error: {{ .Error }}</h3>
{{ end }}