2015-12-03 01:59:10 +00:00
|
|
|
<!DOCTYPE html>
|
2017-02-12 13:03:18 +00:00
|
|
|
<html class="t-{{ site.themeColor }}">
|
2015-12-03 01:59:10 +00:00
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include navigation.html %}
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|