monero-site/_layouts/index.html

14 lines
246 B
HTML
Raw Normal View History

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