blob: 62a748c235ed3049ec21e3f675010754edf92ee6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }} - {{ site.title }}</title>
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
{% include navigation.html %}
{{ content }}
{% include footer.html %}
</body>
</html>
|