cpred/_layouts/default.html
Florian 20b46587ee
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m37s
Add character profiles, new pages, and update layout styles
2025-03-17 18:47:11 +01:00

14 lines
208 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
{% include head.html %}
</head>
<body>
{% include header.html %}
<main class="container">
{{ content }}
</main>
{% include footer.html %}
</body>
</html>