You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

<!doctype html>
<html lang="{{ it.settings.data.default_language }}">
<head>
<meta charset="utf-8">
<title>
{{ it.page.data.title }} | {{ it.settings.data.project_name }}
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/static/css/styles.css" rel="stylesheet" type="text/css">
</head>
<body class="site-body {{ it.templateClass(it.page) }}">
<header class="site-header">
<div class="bar">
<div class="bar__start">
{{# if (isHome(it.page)) { }}
<h1 class="site-header__title">
{{ it.page.data.title }}
</h1>
{{# } else { }}
<a class="site-header__title">
{{ it.page.data.title }}
</a>
{{# } }}
</div>
</div>
</header>
<main class="site-main">
{{! it.body }}
</main>
<footer class="site-footer">
<div class="site-footer__copyright">
</div>
</footer>
</body>
</html>