{% if doc.inputs %}

Inputs

{% for binding, property in doc.inputs %}
{$ property.bindingName $} bound to {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $} {$ property.memberDoc.description | trimBlankLines | marked $}
{% endfor %}
{% endif %}