syndicate-2017/_layouts/skeleton.html

15 lines
328 B
HTML
Raw Normal View History

2016-03-09 11:23:06 +00:00
<!DOCTYPE html>
<html>
<head>
2016-03-30 22:32:07 +00:00
{% include common_html_headers %}
2021-03-31 07:54:28 +00:00
<title>{% if page.title %}{{ page.title }}—{% else %}{% endif %}{{ site.title }}</title>
2016-03-09 11:23:06 +00:00
</head>
2021-03-30 19:21:25 +00:00
<body class="{{ page.class }}">
{% include common_header %}
<main class="content">
{{ content }}
</main>
{% include common_footer %}
2016-03-09 11:23:06 +00:00
</body>
</html>