extends layout.pug block content h1 Sigma backend API p Veuillez vous connecter. p Please log in. form(action="/login", method="post") div.form-group label(for="username") Frankiz ID input.form-control(type="text", placeholder="User", name="username") div.form-group label(for="password") Password input.form-control(type="password", placeholder="Password", name="password") button.form-control(type="submit") Log in