mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
13 lines
123 B
HTML
13 lines
123 B
HTML
|
{% include top.html %}
|
||
|
|
||
|
<body>
|
||
|
|
||
|
{% include header.html %}
|
||
|
|
||
|
{{ content }}
|
||
|
|
||
|
{% include footer.html %}
|
||
|
|
||
|
</body>
|
||
|
</html>
|