All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m37s
14 lines
208 B
HTML
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>
|