diff --git a/views/auth/loginPost.templ b/views/auth/loginPost.templ new file mode 100644 index 0000000..d1c7556 --- /dev/null +++ b/views/auth/loginPost.templ @@ -0,0 +1,7 @@ +package auth + +import "templ-test/views/components/bootstrap" + +templ LoginPost() { + @bootstrap.BootstrapAlert("Login successful!", bootstrap.VariantSuccess) +}