1<!doctype html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>{{ site.title }}</title>
6 <link rel="stylesheet" href="assets/css/style.css">
7 </head>
8 <body>
9 {% include navigation.html %}
10
11 {{ content }}
12
13 {% include footer.html %}
14 </body>
15</html>