By meteor autoform,
I can get the label by
{{> afFieldLabel name="myLabelName"}}
I can also automatically generate a input field by
{{> afFieldInput name="myLabelName"}}
What if I only want to show the value of the field? I expect there should be something like
{{> afFieldValue name="myLabelName" }}