2015-02-11 12:14:22 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
2016-03-31 19:25:03 +00:00
|
|
|
<header class="site-header">
|
|
|
|
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
|
|
|
</header>
|
2015-02-11 12:14:22 +00:00
|
|
|
<div class="page-content">
|
2016-03-31 19:25:03 +00:00
|
|
|
{{ content }}
|
2015-02-11 12:14:22 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|