blob: 80b404e9f6b60d7b2671075e80e3395771ecb665 [file] [log] [blame]
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="container-fluid">
<h1 class="page-title">{{ page.title }}</h1>
<div class="row">
<div class="col-md-12">
{{ content }}
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>