package main const dashboardHTML = ` Dashboard
{{item.method}} ‎{{item.path}}‎ {{item.status == 999 ? 'failed' : item.status}}
{{selectedItem.request}}
{{selectedItem.response}}

Waiting for requests on http://localhost:<<.ProxyPort>>/
Proxying <<.TargetURL>>

`