summaryrefslogtreecommitdiff
path: root/util/tmpl/defs.html
blob: ebbb7f82588282a36fd66d0af427a1e73e6b54b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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}}
            {{#unless @last}}<br>{{/unless}}
        </div>
        {{/each}}
    </body>
</html>