2019-05-13 01:08:12 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
|
|
|
|
|
|
|
{%- include head.html -%}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
{%- include header.html -%}
|
|
|
|
|
|
|
|
<main class="page-content" aria-label="Content">
|
|
|
|
<div class="wrapper">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
{%- include footer.html -%}
|
|
|
|
|
2019-06-09 02:03:10 +00:00
|
|
|
<!--<script src="http://localhost:35729/livereload.js"></script>-->
|
2019-05-13 01:08:12 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|