monero-site/_layouts/root.html

24 lines
304 B
HTML
Raw Normal View History

2015-01-02 16:35:38 +00:00
{% include language_cookie.php %}
<!DOCTYPE html>
2015-02-15 17:42:43 +00:00
<html>
2015-01-02 16:35:38 +00:00
{% include head.html %}
<body>
2015-02-17 10:52:13 +00:00
<div id="wrap">
2015-01-02 16:35:38 +00:00
2015-02-17 10:52:13 +00:00
{% include header.html %}
<div class="container main-content">
{{ content }}
</div>
2015-01-02 16:35:38 +00:00
2015-02-17 10:52:13 +00:00
{% include footer.html %}
</div>
2015-01-02 16:35:38 +00:00
</body>
</html>