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/index.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 }}