baseddata.io/layouts/data-lab/baseof.html
2025-01-11 15:10:53 +00:00

11 lines
242 B
HTML

<!doctype html>
<head>
<script>
const apiURL = "{{ .Site.Params.apiURL }}";
</script>
{{ partial "head.html" . }}
</head>
{{ template "partials/body.html" . }}
{{ range .Params.jsScripts }}
<script src="{{ . }}"></script>
{{ end }}