Что-то я торможу, но не получается написать это на 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
Что за на? Все остальные элементы формы работают как положено. Идентация везде правильная.