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}: {file|escape} comparison</title>
</head>
<body>
{navbar}
<div class="container">
<div class="row">
<h1>{repo|escape}</h1>
{dict(log=1)%reponav}
<h3>
changeset <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
{alltags}
</h3>
<h4>file {file|escape}</h4>
<div class="legend">
<span class="legendinfo equal">equal</span>
<span class="legendinfo delete">deleted</span>
<span class="legendinfo insert">inserted</span>
<span class="legendinfo replace">replaced</span>
</div>
<table class="table">
<thead class="header">
<tr>
<th>{leftrev}:{leftnode|short}</th>
<th>{rightrev}:{rightnode|short}</th>
</tr>
</thead>
{comparison}
</table>
</div>
</div>
</div>
{footer}