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

12 lines
242 B
HTML
Raw Normal View History

2024-08-07 00:36:28 +01:00
<!doctype html>
<head>
2025-01-11 15:10:53 +00:00
<script>
const apiURL = "{{ .Site.Params.apiURL }}";
</script>
2024-08-07 00:36:28 +01:00
{{ partial "head.html" . }}
</head>
{{ template "partials/body.html" . }}
2025-01-11 15:10:53 +00:00
{{ range .Params.jsScripts }}
<script src="{{ . }}"></script>
{{ end }}