add handlebars for blueprints

This commit is contained in:
Lachlan Kermode
2020-06-02 14:58:22 +02:00
parent aa30489be9
commit 63c26bdb12
7 changed files with 143 additions and 8 deletions

8
views/blueprints.hbs Normal file
View File

@@ -0,0 +1,8 @@
<h1>Blueprints</h1>
{{#each bps}}
<div>Source: {{ source }}</div>
<div>Tab: {{ tab }}</div>
<div>URLS: {{ urls }}</div>
<br>
{{/each}}