login.pug 333 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 extends layouts/main block content .form-container form(action=routes.login, method="post") input(type="email", name="email", placeholder="Email") input(type="password", name="password", placeholder="Password") input(type="submit", value="Log In") include partials/socialLogin