Première version
This commit is contained in:
16
layouts/_default/baseof.html
Normal file
16
layouts/_default/baseof.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr" class="h-full">
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body class="h-full">
|
||||
<div class="container mx-auto">
|
||||
<div class="bg-white">
|
||||
{{ partial "header.html" . }}
|
||||
</div>
|
||||
{{ block "main" . }}{{ end }}
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "scripts.html" . }}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user