docker-minecraft-server/jekyll-github-pages/template/_layouts/default.html

13 lines
123 B
HTML
Raw Normal View History

{% include top.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>