Some work
This commit is contained in:
15
view/main.templ
Normal file
15
view/main.templ
Normal file
@ -0,0 +1,15 @@
|
||||
package view
|
||||
|
||||
templ Main(contents templ.Component) {
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Cool timer app</title>
|
||||
<link rel="stylesheet" href="/static/style.css" />
|
||||
<script src="/static/htmx.min.js"></script>
|
||||
</head>
|
||||
<body hx-boost="true">
|
||||
@contents
|
||||
</body>
|
||||
</html>
|
||||
}
|
Reference in New Issue
Block a user