Generate a report on various aspects of your life.
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.

20 lines
354 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>life reports.</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. </head>
  7. <body>
  8. <div id="wrap">
  9. <h1>life reports</h1>
  10. <ul>
  11. {{range .}}
  12. <li><a href="{{.File}}">No. {{.Num}}: {{.Month}} {{.Year}}</a></li>
  13. {{end}}
  14. </ul>
  15. <hr />
  16. </div>
  17. </body>
  18. </html>