Sign in
go
/
gddo
/
fbfc0f5e7810991831e38e59415b0c9d7a7523ec
/
.
/
lintapp
/
assets
/
templates
/
error.html
blob: 4ad7724dc0cab44fbd791b896fa2d524f62ac4be [
file
] [
log
] [
blame
]
{{define "ROOT"}}
<!DOCTYPE html>
<html>
<head>
{{template "commonHead"}}
<title>
{{.}}
</title>
<html><body>
<p>
{{.}}
</body></html>
{{end}}