monero-site/_layouts/default.html

19 lines
227 B
HTML
Raw Normal View History

2015-01-02 16:35:38 +00:00
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include header.html %}
<div class="container main-content">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>