<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title>Scrapbook documentation</title>
</head>
<body>
    <h1>Scrapbook documentation</h1>
    <p>Versions:</p>
    <!-- Use `make docs` to generate documentation -->
    <ul>
        {{#TAGS}}<li><a href="{{.}}/index.html">{{.}}</a></li>{{/TAGS}}
    </ul>
</body>
</html>
