extends layout block content h1= title p Par ici les infos ! form .form-group label(for="exampleInputId") Identifiant input(type="text" class="form-control" id="exampleInputId" aria-describedby="idHelp" placeholder="Jean-Eudes69") .form-group label(for="exampleInputPassword") Mot de passe input(type="password" class="form-control" id="exampleInputPassword" placeholder="Mot de passe") button(type="submit" class="btn btn-primary") Valider