devsite-builder
templates/home.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Milán Major</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
{{ header }}
<main>
<h1>Milán Major</h1>
<p>Developer blog and git repositories.</p>
<p>
<a href="/blog/">blog</a> ·
<a href="/git/">git</a> ·
<a href="/about.html">about</a>
</p>
</main>
<footer>
<p>Milán Major</p>
</footer>
</body>
</html>