blob: dd82ad4ff837c815aa8ebf727ebce2b6030ac33f [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/style.css?v=0.0.6">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css">
<title>dodo</title>
<script>
apiBaseURL = "{{ .Site.Params.apiBaseURL }}";
</script>
</head>
<body>
<div class="container">
{{ partial "navbar" . }}
{{ block "main" . }}{{ end }}
{{/* {{ partial "footer" . }} */}}
</div>
</body>
</html>