Login template out of the box

Is there a Login template available out of the box (which is not Django Admin) ?
I did not find any and am a little bit afraid to write such security-critical part on my own.
I know there is for Django Admin but I want to use custom Login for my regular (non-Admin) users.

Yes, see the Authentication Views section of the Using the Django Authentication System docs.