template.md.hbs
1## Overview of licenses:
2
3{{#each overview}}
4* {{name}} ({{count}})
5{{/each}}
6
7### All license texts:
8{{#each licenses}}
9
10#### {{name}}
11
12##### Used by:
13
14{{#each used_by}}
15* [{{crate.name}} {{crate.version}}]({{#if crate.repository}} {{crate.repository}} {{else}} https://crates.io/crates/{{crate.name}} {{/if}})
16{{/each}}
17
18{{text}}
19
20--------------------------------------------------------------------------------
21{{/each}}