monero-site/_layouts/index.html
2019-11-09 10:04:13 +01:00

14 lines
249 B
HTML

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