30 lines
437 B
HTML
30 lines
437 B
HTML
<html>
|
|
<head>
|
|
<title>$name Documentation</title>
|
|
<link type="text/css" rel="stylesheet" href="styles.css" />
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<h1>$name Documentation</h1>
|
|
|
|
<div class="nav">
|
|
<a href="licenses.html">View packages by license</a>
|
|
</div>
|
|
|
|
<h2>Packages ($package_count)</h2>
|
|
|
|
<div class="greybox">
|
|
<ul>
|
|
$toc
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="packages">
|
|
$packagelist
|
|
</div>
|
|
|
|
<p class="footer"><small>autogenerated on $date</small></p>
|
|
</body>
|
|
</html>
|