| <!-- | |
| 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 "content"}} | |
| <section class="NewWorkflow"> | |
| <h2>New Go Release</h2> | |
| <form action="/workflows/create" method="post"> | |
| <label> | |
| Revision | |
| <input name="workflow.revision" value="master" /> | |
| </label> | |
| <input name="workflow.create" type="submit" value="Create" /> | |
| </form> | |
| </section> | |
| {{end}} |