2017-07-04 06:00:32 +00:00
|
|
|
<!DOCTYPE html>
|
2020-09-11 15:51:13 +00:00
|
|
|
<html lang={{ site.lang }}>
|
2017-07-04 06:00:32 +00:00
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="page-wrapper">
|
|
|
|
{% include header.html %}
|
|
|
|
{{content}}
|
|
|
|
{% include footer.html %}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|