7 lines
172 B
HTML
7 lines
172 B
HTML
{{ define "index-html" }}
|
|
<h2>agecem/bottin-ag</h2>
|
|
|
|
<h3>StatusCode: {{ .StatusCode }}</h3>
|
|
<h3>Message: {{ .Message }}</h3>
|
|
<h3>Error: {{ .Error }}</h3>
|
|
{{ end }}
|