syndicate-2017/_layouts/skeleton.html

15 lines
287 B
HTML

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