mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
23 lines
304 B
HTML
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>
|