Thanks for a wonderful and simple plugin!
How do i create a custom login page with my own header and footer? Ideal would be to have some sort of short code for the login on my homepage, like this:
include header
if logged_in
show content
else
show login
end if
include footer
Is that possible?