Answer the question
In order to leave comments, you need to log in
How to describe such a pattern in jade?
Need to get a jade code so that everything does not merge into one line?
<login email autocomplete="off"
name="email"
placeholder="{{'login.formEmailPlaceholder' | translate}}"
required
tabindex="5"
form-errors="{
required: 'login.errorRequiredEmail | translate',
email: 'login.errorEmail | translate',
exists: 'login.errorEmailExists | translate',
hostnameLocalNameNotAllowed: 'login.errorHostnameLocalNameNotAllowed | translate',
hostnameInvalidHostname: 'login.errorHostnameInvalidHostname | translate',
emailAddressInvalidHostname: 'login.errorEmailAddressInvalidHostname | translate'
}">
Answer the question
In order to leave comments, you need to log in
Use the pretty option .
But in general, let it merge, the browser doesn’t care, and you should only look at jade.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question