Files
therinaldos.com/layouts/_default/baseof.html
David Lick ef1ff240d4
Some checks failed
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

20 lines
368 B
HTML
Executable File

<!DOCTYPE HTML>
<html>
{{ partial "head" . }}
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
{{- block "main" . }}{{- end }}
<!-- Wrapper -->
</div>
{{ template "_internal/google_analytics.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
{{ partial "scripts" . }}
</body>
</html>