| 
									
										
										
										
											2017-01-27 14:51:41 +00:00
										 |  |  | {% if doc.inputs %} | 
					
						
							| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  | <section class="inputs"> | 
					
						
							| 
									
										
										
										
											2017-04-24 10:49:37 -07:00
										 |  |  |   <h2>Inputs</h2> | 
					
						
							|  |  |  |   {% for binding, property in doc.inputs %} | 
					
						
							|  |  |  |   <div class="input"> | 
					
						
							|  |  |  |     <code>{$ property.bindingName $}</code> bound to <code>{$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}</code> | 
					
						
							|  |  |  |     {$ property.memberDoc.description | trimBlankLines | marked $} | 
					
						
							| 
									
										
										
										
											2017-04-20 12:20:27 -07:00
										 |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2017-04-24 10:49:37 -07:00
										 |  |  |   {% endfor %} | 
					
						
							| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  | </section> | 
					
						
							| 
									
										
										
										
											2017-01-27 14:51:41 +00:00
										 |  |  | {% endif %} |