mirror of
https://github.com/danbulant/1mb-club
synced 2026-06-11 02:30:49 +00:00
10 lines
136 B
HTML
Executable file
10 lines
136 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|