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.
 
 
 

10 lines
360 B

  1. {{define "commonHead"}}
  2. <meta charset="utf-8" />
  3. <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/base-min.css">
  4. <style>body { padding: 15px; }</style>
  5. {{end}}
  6. {{define "commonFooter"}}
  7. <p><a href="/">Home</a> | <a href="mailto:{{contactEmail}}">Feedback</a> | <a href="https://github.com/golang/gddo/issues">Website Issues</a>
  8. {{end}}