docs/_layouts/default.html
<!DOCTYPE html>
<html>
<head>
<title>{% if page.title %}{{ page.title }} – {{ site.name }}{% else %}{{ site.description }} – {{ site.name }}{% endif %}</title>
{% include meta.html %}
</head>
<body>
{% include navbar.html %}
<div class="container" id="top">
{{ content }}
</div>
{% include footer.html %}
</div>
</body>
</html>