mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-13 05:48:32 +03:00
add handlebars for blueprints
This commit is contained in:
8
views/blueprints.hbs
Normal file
8
views/blueprints.hbs
Normal file
@@ -0,0 +1,8 @@
|
||||
<h1>Blueprints</h1>
|
||||
|
||||
{{#each bps}}
|
||||
<div>Source: {{ source }}</div>
|
||||
<div>Tab: {{ tab }}</div>
|
||||
<div>URLS: {{ urls }}</div>
|
||||
<br>
|
||||
{{/each}}
|
||||
Reference in New Issue
Block a user