summaryrefslogtreecommitdiff
path: root/util/tmpl/defs.html
blob: 740648fbe69bc85835f14c56a23c5b6e3d3b0bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title></title>
        <link rel="stylesheet" href="{{root}}/css/popup.css">
    </head>
    <body>
        {{#each defs}}
        <div class="definition">
            {{> term.html}}
        </div>
        {{/each}}
    </body>
</html>