package authentication import echo "github.com/labstack/echo/v4" // CurrentView checks if the user is logged in. templ CurrentView(c echo.Context) {
Logout