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