grim/hgweb-template-boot

Import the existing prosody theme. Thanks Zash!
draft default tip
2019-12-18, Gary Kramlich
f08c165473e9
Import the existing prosody theme. Thanks Zash!
{header}
<title>{repo|escape}: tags</title>
<link rel="alternate" type="application/atom+xml"
href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}: tags" />
</head>
<body>
{navbar}
<div class="container">
<div class="row">
<h1>{repo|escape}</h1>
{dict(tags=1)%reponav}
<table class="table">
<thead>
<tr>
<th>tag</th>
<th>node</th>
</tr>
</thead>
<tbody class="stripes2">
{entries%tagentry}
</tbody>
</table>
</div>
</div>
{footer}