I’m currently using blaze and useraccounts:bootstrap
with meteor-useraccounts/core
to run my sign-up and login process. I would like to customise the sign-up and sign-in page with a custom layout and design however I can figure out how to access the template. I’ve tried using things like Template.myAtForm.replaces("sign-up");
but that hasn’t worked.