1<div class="product">
2<span class="title">{{name}}</span>
3<a class="show" href="#" onclick="return toggle(this);">show license</a>
4<span class="homepage"><a href="{{url}}">homepage</a></span>
5<div class="licence">
6<pre>{{license}}</pre>
7</div>
8</div>
9
10