diff options
| author | unwox <me@unwox.com> | 2025-09-07 20:22:47 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-09-07 22:16:39 +0600 |
| commit | 88d1725520afde9fe10a3daa1ad5c1c0a552f041 (patch) | |
| tree | 04069377658ac0b6c2fa903e0d2b42e8f2221031 /pages/auth.fnl | |
| parent | 4b0373bb42e21153f63d33f3546be9095d495f27 (diff) | |
small fixes
Diffstat (limited to 'pages/auth.fnl')
| -rw-r--r-- | pages/auth.fnl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/auth.fnl b/pages/auth.fnl index 9cb7a66..c6c1832 100644 --- a/pages/auth.fnl +++ b/pages/auth.fnl @@ -1,4 +1,4 @@ -(import-macros {:compile-html <>} :macros) +(import-macros {:compile-html HTML} :macros) (local forms (require :forms)) (local lib (require :lib)) (local templates (require :templates)) @@ -11,10 +11,10 @@ (fn content [data errors] (set data.password nil) - [(<> + [(HTML [:div {:class "side"} (templates.header "/auth")]) - (<> + (HTML [:section {:class "content"} [:div {:class "mb-1"} [:a {:href "/"} "⟵ Обратно на главную"]] [:h2 {} "Войти"] |
