mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 12:58:32 +03:00
9 lines
136 B
Handlebars
9 lines
136 B
Handlebars
<h1>Blueprints</h1>
|
|
|
|
{{#each bps}}
|
|
<div>Source: {{ source }}</div>
|
|
<div>Tab: {{ tab }}</div>
|
|
<div>URLS: {{ urls }}</div>
|
|
<br>
|
|
{{/each}}
|