CODE: Adding EJS Templates
<h1>JOIN US</h1> <p class="lead">Enter your email to join <strong><%= count %></strong> others on our waitlist. We are 100% not a cult. </p> <form method="POST" action='/register'> <input type="text" class="form" name="email" placeholder="Enter Your Email"> <button>Join Now</button> </form>
*Note, the name="email"
portion of the code doesn't get added until the next lecture, but I added it here to prevent any confusion from error messages.