outpost/proxy: use common template for proxy error

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-07 16:44:15 +02:00
parent de3e1c3dbc
commit bc7d5042df
5 changed files with 93 additions and 16 deletions

View File

@ -0,0 +1,6 @@
package templates
import _ "embed"
//go:embed error.html
var ErrorTemplate string