All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m59s
10 lines
147 B
HTML
10 lines
147 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
{{- partial "head.html" . -}}
|
|
</head>
|
|
<body>
|
|
{{ block "main" . }}{{ end }}
|
|
</body>
|
|
</html>
|