mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-13 20:06:35 +02:00
14 lines
204 B
HTML
14 lines
204 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
<div class="page-wrapper">
|
|
{% include header.html %}
|
|
{{content}}
|
|
{% include footer.html %}
|
|
</div>
|
|
</body>
|
|
</html>
|