devsite-builder
templates/index.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Blog - Milán Major</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
{{ header }}
<main>
<h1>Blog</h1>
<p>
<a href="/blog/archive/">archive</a> ·
<a href="/blog/tags/">tags</a> ·
<a href="/rss.xml">RSS</a>
</p>
<section class="post-list">
{{ posts }}
</section>
</main>
<footer>
<p>Milán Major</p>
</footer>
</body>
</html>