- Add golang templates to move HTML rendering out of the go code where possible - Add an endpoint for serving static files - Add URL escaping for servers and targets
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
<h2>{{ html .ServerName }}: {{ html .Target }}</h2>
|
|
{{ .Result }}
|