blob: 87fd3a6634f8edca35455cf28b02630991905087 [file] [log] [blame]
<!--
Copyright 2020 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
{{define "title"}}<title>{{.HTMLTitle}} - Go Packages</title>{{end}}
{{define "pre-content"}}
<link href="/static/frontend/error/error.min.css?version={{.AppVersionLabel}}" rel="stylesheet">
{{end}}
{{define "main"}}
<main class="go-Container">
<div class="go-Content go-Content--center">
{{template "gopher-airplane" ""}}
{{template "message" .MessageData}}
</div>
</main>
{{end}}