You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
458 B

  1. <!--
  2. Copyright 2009 The Go Authors. All rights reserved.
  3. Use of this source code is governed by a BSD-style
  4. license that can be found in the LICENSE file.
  5. -->
  6. {{with .Alert}}
  7. <p>
  8. <span class="alert" style="font-size:120%">{{html .}}</span>
  9. </p>
  10. {{end}}
  11. {{with .Alt}}
  12. <p>
  13. <span class="alert" style="font-size:120%">Did you mean: </span>
  14. {{range .Alts}}
  15. <a href="search?q={{urlquery .}}" style="font-size:120%">{{html .}}</a>
  16. {{end}}
  17. </p>
  18. {{end}}