monero-site/_layouts/default.html
2015-02-15 19:42:43 +02:00

18 lines
217 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="container main-content">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>