go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/casviewer/templates/pages/error.html (about) 1 <!-- 2 Copyright 2020 The LUCI Authors. All rights reserved. 3 Use of this source code is governed under the Apache License, Version 2.0 4 that can be found in the LICENSE file. 5 --> 6 7 {{define "body"}} 8 9 <h1>{{.StatusCode}} {{.StatusMessage}} </h1> 10 <p>{{.ErrorMessage}}</p> 11 12 {{end}} <!-- Body -->