monero-site/_layouts/root.html
2015-02-17 12:52:13 +02:00

23 lines
304 B
HTML

{% include language_cookie.php %}
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div id="wrap">
{% include header.html %}
<div class="container main-content">
{{ content }}
</div>
{% include footer.html %}
</div>
</body>
</html>