go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/server/portal/internal/assets/pages/error.html (about) 1 {{define "content"}} 2 <div class="row"> 3 <div class="col-md-offset-2 col-md-8"> 4 5 <h2>Error</h2> 6 <hr> 7 <code>{{.Error}}</code> 8 9 </div> 10 </div> 11 {{end}}