mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-23 19:15:55 +00:00
20 lines
261 B
HTML
20 lines
261 B
HTML
|
{% include language_cookie.php %}
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
{% include head.html %}
|
||
|
|
||
|
<body>
|
||
|
|
||
|
{% include header.html %}
|
||
|
|
||
|
<div class="container main-content">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
|
||
|
{% include footer.html %}
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|