Start work on styling
This commit is contained in:
@ -14,7 +14,16 @@ templ Main(contents templ.Component, currentUser *model.User) {
|
||||
<script src="/static/htmx.min.js"></script>
|
||||
<script src="/static/response-targets.js"></script>
|
||||
</head>
|
||||
<body hx-boost="true" hx-ext="response-targets">
|
||||
<body
|
||||
hx-boost="true"
|
||||
hx-ext="response-targets"
|
||||
class="
|
||||
w-full sm:max-w-screen-sm md:max-w-screen-md
|
||||
mx-auto py-6
|
||||
bg-slate-900
|
||||
text-slate-400
|
||||
"
|
||||
>
|
||||
@LoginForm(currentUser)
|
||||
@contents
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user