.field.type-markdown
    label.field-label= field.label
    .field-ui(class='width-' + field.width)
        textarea(name=field.path, style='height: #{field.height}px').form-control.markdown= item[field.path]
        if field.note
            .field-note!= field.note
