syndicate-2017/_layouts/skeleton.html

19 lines
373 B
HTML

<!DOCTYPE html>
<html>
<head>
{% include common_html_headers %}
<title>{{ site.title }}: {{ page.title }}</title>
</head>
<body>
<div id="page" class="{{ page.class }}">
{% include common_header %}
<div class="main-content-container">
<main class="content">
{{ content }}
</main>
</div>
{% include common_footer %}
</div>
</body>
</html>