I'm working on a content fragment which has several single line, multi-line and binary inputs. One example of a single line input, I've named title. In my HTML, I'm able to access the title value like this: Current HTML: ${fragment.elements[0].value} This works, but it's not the best method if I wan...