#109 add home page again
This commit is contained in:
@@ -12,11 +12,14 @@ templ Layout(comp templ.Component) {
|
||||
<script defer src="https://umami.me-fit.eu/script.js" data-website-id="3c8efb09-44e4-4372-8a1e-c3bc675cd89a"></script>
|
||||
</head>
|
||||
<body>
|
||||
@header()
|
||||
if comp != nil {
|
||||
@comp
|
||||
}
|
||||
@footer()
|
||||
<div class="h-screen flex flex-col">
|
||||
@header()
|
||||
<div class="flex-1">
|
||||
if comp != nil {
|
||||
@comp
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user