stackage-server/templates/package-list.hamlet
2014-11-13 15:53:18 +01:00

16 lines
443 B
Plaintext

<div .container>
<h1>Packages
<div .packages>
<table .table>
<thead>
<th>Package
<th>Synopsis
<tbody>
$forall (name,synopsis) <- packages
<tr>
<td>
<a href=@{PackageR name}>
#{name}
<td>
#{synopsis}