monero-site/_layouts/error.html
2017-07-04 00:00:32 -06:00

17 lines
188 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include dog.html %}
</body>
</html>