13 lines
261 B
HTML
13 lines
261 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{% include head.html %}
|
|
<body>
|
|
<header class="site-header">
|
|
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
|
</header>
|
|
<div class="page-content">
|
|
{{ content }}
|
|
</div>
|
|
</body>
|
|
</html>
|