18 lines
373 B
HTML
18 lines
373 B
HTML
---
|
|
layout: compress
|
|
---
|
|
<!DOCTYPE html>
|
|
<html lang="{{ page.lang | default: site.lang | default: " en " }}">
|
|
{% include header.html %}
|
|
|
|
<body data-theme="{{ site.mode }}">
|
|
{% include navbar.html %}
|
|
<div class="wrapper">
|
|
{% include author.html %}
|
|
<main aria-label="Content">
|
|
{{ content }}
|
|
</main>
|
|
{% include footer.html %}
|
|
</div>
|
|
</body>
|
|
</html> |