schmitty890 / sports-tracker

MIT License
1 stars 0 forks source link

create signup page #19

Closed schmitty890 closed 4 years ago

schmitty890 commented 4 years ago

Create a /signup handlebar template so we can route ourselves to the signup route

this way we can store all of our main pages under this pages folder to keep them organized

inside of that pages folder can live our signup.handlebars template

Here is the example from the ui template we are using. however if we wish to change this up and make it look different, that is fine as well. 🐶 URL: https://blackrockdigital.github.io/startbootstrap-sb-admin-2/register.html code: https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/blob/master/register.html

Habernet commented 4 years ago

Can we use two different templating engines? If we can, is it worth it?