|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{% include head.html %}
|
|
|
|
<body id="{{ page.id }}">
|
|
<div class="container-fluid site-outer-container">
|
|
<div class="site-container">
|
|
{% include site-header.html %}
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |