blob: 02ea9e8072106bdef809e7e1fd7f521f678afb90 [file] [log] [blame]
<!--
Copyright 2024 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.
-->
<!doctype html>
<html>
{{template "head" .}}
<body>
{{template "header" .}}
<div class="section">
{{- with .Error -}}ß
<p>Error: {{.}}</p>
{{- else with .Result -}}
<div class="metadata">
<h2>Metadata</h2>
<p><strong>{{.Title}}</strong></p>
<p>Author: {{.User.Login}}</p>
<p>State: {{.State}}</p>
</div>
<div class="result">
<p>{{.HTML}}</p>
</div>
{{- end}}
</div>
</body>
</html>