monero-site/_layouts/base.html

13 lines
225 B
HTML

<!DOCTYPE html>
<html lang={{ site.lang }}>
{% include head.html %}
<body>
<div class="page-wrapper">
{% include header.html %}
{{content}}
{% include footer.html %}
</div>
</body>
</html>