mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 16:28:19 +00:00
14 lines
246 B
HTML
14 lines
246 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
{% include head.html %}
|
||
|
|
||
|
<body>
|
||
|
{% include upgrade.html %}
|
||
|
<div class="page-wrapper">
|
||
|
{% include header.html %}
|
||
|
{{content}}
|
||
|
{% include footer.html %}
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|