monero-site/_layouts/base.html

14 lines
225 B
HTML
Raw Normal View History

2017-07-04 06:00:32 +00:00
<!DOCTYPE html>
<html lang={{ site.lang }}>
2017-07-04 06:00:32 +00:00
{% include head.html %}
<body>
<div class="page-wrapper">
{% include header.html %}
{{content}}
{% include footer.html %}
</div>
</body>
</html>