mirror of
https://github.com/romancm/gamebrary
synced 2024-12-19 07:43:15 +00:00
27 lines
207 B
HTML
Executable file
27 lines
207 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html class="no-js">
|
|
<head>
|
|
|
|
{% include head.html %}
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
</html>
|