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}: {node|short} {file|escape}</title>
<link rel="canonical" href="{urlbase|escape}{url|escape}file/{node|short}/{file|escape}" />
<meta name="dcterms.modified" content="{date|shortdate}" />
</head>
<body>
{navbar}
<div class="container">
<div class="row">
<h1>{repo|escape}</h1>
{dict(file=1)%reponav}
<h3>
file {file|escape} in changeset <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
{alltags}
</h3>
{dict(file=1)%filemenu}
<div class="overflow">
<div class="sourcefirst linewraptoggle">line wrap: <a class="linewraplink" href="#">on</a></div>
<div class="sourcefirst"> line source</div>
<pre class="sourcelines stripes4 wrap"
data-logurl="{url|urlescape}log/{symrev}/{file|urlescape}"
data-selectabletag="SPAN"
data-ishead="{ishead}">
{text%fileline}
</pre>
</div>
<script type="text/javascript" src="{staticurl|urlescape}followlines.js"></script>
</div>
</div>
{footer}