devsite-builder
templates/git-index.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Git - Milán Major</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
{{ header }}
<main>
<h1>Repositories</h1>
<table>
<thead>
<tr><td><b>Name</b></td><td><b>Description</b></td><td><b>Last change</b></td></tr>
</thead>
<tbody>
{{ repos }}
</tbody>
</table>
</main>
<footer>
<p>Milán Major</p>
</footer>
</body>
</html>