website/_layouts/default.html

25 lines
338 B
HTML

<!DOCTYPE html>
<html lang={{ site.locale }}>
{% include head.html %}
<body>
{% include sidebar.html %}
{% include header.html %}
<div class="page-content">
<div class="container-main">
{{ content }}
</div>
</div>
{% include footer.html %}
{% include bottom.html %}
{% include cookie-consent.html %}
</body>
</html>