UNPKG

landmark-serve

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

10 lines (9 loc) 301 B
.field(class='type-' + field.type) label.field-label= field.label .field-ui(class='width-' + field.width) if field.noedit .field-value= value else input(type='text', name=field.path, value=field.options.default, autocomplete='off').form-control if field.note .field-note!= field.note