All pages of the website I'm working on will show a signin form.
I'd like to display this form in layout.php so it appears everywhere.
I'm not sure what's the best way to do this.
Should I use a filter?
I don't think using a slot is efficient since content won't change throughout the site.