baseddata.io/layouts/data-lab/baseof.html

12 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 }}