<!-- Form Help Text -->
<div class="form-group">
<label for="help-text-input">Password</label>
<input class="form-control" type="password" id="help-text-input" placeholder="Your password here">
<small class="form-text text-muted">Your password must be 8-20 characters long, contain letters and numbers, and must not contain spaces, special characters, or emoji.</small>
</div>
//- Form Help Text
.form-group
label(for="help-text-input") Password
input(type="password" id="help-text-input" placeholder="Your password here").form-control
small.form-text.text-muted Your password must be 8-20 characters long, contain letters and numbers, and must not contain spaces, special characters, or emoji.