monero-site/_layouts/base.html

14 lines
235 B
HTML

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