landmark-serve
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
13 lines (11 loc) • 320 B
text/jade
.field(class='type-' + field.type)
label.field-label= field.label
.field-ui
if field.noedit
.field-value= value
else
.input-group.field-type-color
input(type='text', name=field.path, value=value, autocomplete='off').form-control
span.input-group-addon: i
if field.note
.field-note!= field.note