Answer the question
In order to leave comments, you need to log in
How to write this one in pug/jade?
I'm slowing down, but I can't write it in pug
<label for="cb" class="pure-checkbox">
<input id="cb" type="checkbox"> I've read the terms and conditions
</label>
label.pure-checkbox(for="cb")
input#cb(type="checkbox") I've read the terms and conditions
input is a self closing element: <input/> but contains nested content.
Error: render function or template not defined in component: anonymous
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question