graffen.dk-website/_layouts/default.html

13 lines
261 B
HTML
Raw Normal View History

2015-02-11 12:14:22 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<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">
{{ content }}
2015-02-11 12:14:22 +00:00
</div>
</body>
</html>