Accounts-ui - forms instead of button?

Hello! Meteor newbie here. I am starting to implement a Meteor app that needs user accounts, so I am looking at using accounts-ui. The only UI I can see in accounts-ui is using the loginButtons template, which provides a drop-down for logging in. I’d rather have a normal “login page” that’s shown when the user hits my site. Is there a template within accounts-ui that is just the “form” part of the login that I can just expose on a page instead of having to use the drop-down?

If not, is there another package within Atmosphere that accomplishes this?

Thanks!!