just some code improvements

This commit is contained in:
Laptop
2024-12-21 19:10:31 +02:00
parent 8408e603e6
commit de96639061
9 changed files with 91 additions and 67 deletions

View File

@@ -22,6 +22,9 @@ templ Base(title string, content templ.Component, head templ.Component) {
}
</head>
<body>
if cfg.Debug {
<h1>!! running in debug mode !!</h1>
}
<a href="/" id="sc"><h1>soundcloak</h1></a>
@content
</body>