monero-site/_layouts/index.html
2020-09-19 18:05:23 +02:00

14 lines
270 B
HTML

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