stackage-server/templates/doc-list.hamlet
2014-12-25 15:01:14 +02:00

9 lines
244 B
Plaintext

<h1>Module listing for #{toPathPiece slug}
<p>
<a href=@{SnapshotR slug DocsR}>Return to snapshot
<ul>
$forall (name, url, package, version) <- modules
<li>
<a href=#{url}>#{name}
(#{package}-#{version})