// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. // +build appengine package short const templateHTML = ` golang.org URL shortener {{with .Error}} {{end}} {{with .Links}} {{range .}} {{end}} {{end}}
Error
{{.}}
Key Target
Short Link    
`