16 lines
321 B
HTML
16 lines
321 B
HTML
<!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>
|