1mb-club/_layouts/default.html

10 lines
136 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{{ content }}
{% include footer.html %}
</body>
</html>