blob: cd64610e642e7adbdf17e782310b9bfc6eb3a1d2 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
</head>
<body>
{% include navbar.html %}
<div class="container">
<div class="page-header">
<h1>{{ page.title }}</h1>
</div>
{{ content }}
<div class="row clearfix">
<div id="footer" class="col-md-12 column">
{% include footer.html %}
</div>
</div>
</div>
</body>
</html>