mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
14 lines
151 B
HTML
14 lines
151 B
HTML
<!DOCTYPE html>
|
|
<html lang={{ site.lang }}>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
{{ content }}
|
|
|
|
</body>
|
|
|
|
</html>
|