initial commit
This commit is contained in:
19
themes/gamesdb/layouts/_default/baseof.html
Normal file
19
themes/gamesdb/layouts/_default/baseof.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US" class="">
|
||||
{{- partial "head.html" . -}}
|
||||
<body class="font-sans antialiased bg-neutral-100">
|
||||
<div id="app" class="min-h-screen page-grid-container">
|
||||
<header id="page-header">
|
||||
{{- partial "header.html" . -}}
|
||||
</header>
|
||||
<div id="page-content">
|
||||
<main class="max-w-screen-2xl mx-auto">
|
||||
{{- block "main" . }}{{- end }}
|
||||
</main>
|
||||
</div>
|
||||
<footer id="page-footer">
|
||||
{{- partial "footer.html" . -}}
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user