19 lines
332 B
HTML
19 lines
332 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-baseurl="{{site.baseurl}}">
|
|
{% include svg.html %}
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{% include header.html %}
|
|
|
|
<main class="wrapper">
|
|
{{ content }}
|
|
</main>
|
|
|
|
{% include footer.html %}
|
|
|
|
{% include scripts.html %}
|
|
</body>
|
|
</html>
|