templates/sjl/index.tmpl @ b2b88bc58ef9

Initial commit (not finished)
author Steve Losh <steve@stevelosh.com>
date Sat, 11 Jan 2020 13:21:39 -0800
parents (none)
children f402fd0f036b
{header}
<title>hg.stevelosh.com</title>
</head>
<body>

<div class="main">
    <h2 class="breadcrumb"><a href="/">hg.stevelosh.com</a> {pathdef%breadcrumb}</h2>
    <div class="menu"></div>

    <table class="bigtable repos">
        <tbody class="stripes2">
        {entries%indexentry}
        </tbody>
    </table>
</div>
{footer}