30 lines
559 B
Plaintext
30 lines
559 B
Plaintext
p Ciao #{name},
|
|
p Ti confermiamo che la prenotazione per l'evento "#{event}" è stata cancellata.
|
|
span #{participants}
|
|
|
|
p Cordiali Saluti
|
|
p Supporto #{nomeapp}
|
|
|
|
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;
|
|
|
|
}
|