mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-12 22:04:38 +00:00
19 lines
227 B
HTML
19 lines
227 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
{% include head.html %}
|
||
|
|
||
|
<body>
|
||
|
|
||
|
{% include header.html %}
|
||
|
|
||
|
<div class="container main-content">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
|
||
|
{% include footer.html %}
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|