UNPKG

landmark-serve

Version:

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

11 lines (10 loc) 294 B
.field.type-select label.field-label= field.label .field-ui select(name=field.path).ui-select2 if field.emptyOption option(value='') each opt in field.ops option(value=opt.value, selected=(item[field.path] == opt.value))= opt.label if field.note .field-note!= field.note