mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-19 10:31:18 +00:00
24 lines
304 B
HTML
24 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>
|