2 <!-- Generated content. Do not edit. -->
8 <style type="text/css">
9 .projects-list { margin-left: 1em; }
10 .license-block { border-top: 20px solid white; }
11 .project-url { font-family: monospace; }
12 .license { background-color: #eeeeee; padding: 10px; }
17 {% for entry in entries %}
18 <li class="projects-list"><a href="#{{ entry.toc_href }}">{{ entry.name }}</a></li>
22 {% for entry in entries %}
23 <div class="license-block">
24 <a name="{{ entry.toc_href }}"></a>
25 <div><b>Library:</b> {{ entry.name }}</div>
26 <div><b>Homepage:</b> <span class="project-url">{{ entry.url }}</span></div>
27 <div><b>Notice:</b></div>
28 <pre class="license">{{ entry.license }}</pre>