blob: 2a76f76a4592da7cf5a7c2229f067b1543d523b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<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>
|