p ¡Bienvenido #{name} al portal #{nomeapp}!
p Sus datos de acceso a recordar son:
Nombre Usuario:
strong #{username}
span ¿Olvidaste tu contraseña? :
strong Encuéntrelo aquí
span Email:
strong #{emailto}
p Para confirmar el registro haz clic en el botón:
div.divbtn
button.btn.btn-lg Verificar registro
p Así puedes entrar al sitio e iniciar la sesión.
style(type="text/css").
html, body {
padding: 0;
margin: 0;
}
.divbtn {
display: flex;
align-items: center;
justify-content: center;
}
.btn-lg {
padding: 5px;
margin: 5px;
font-size: 26px;
cursor: pointer;
color: white;
background: #027be3 !important;
border-radius: 28px;
}