| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% include "lib/githubLinks.html" -%} | 
					
						
							|  |  |  | {% extends 'layout/base.template.html' %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  | <h1 class="id">{$ doc.id $} <span class="type">module</span></h1> | 
					
						
							|  |  |  | <p>defined in {$ githubViewLink(doc) $}</p> | 
					
						
							|  |  |  | <p>{$ doc.description | marked $}</p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% if doc.exports.length %} | 
					
						
							|  |  |  | <h2>Exports</h2> | 
					
						
							|  |  |  | <ul> | 
					
						
							|  |  |  | {%- for exportDoc in doc.exports %} | 
					
						
							| 
									
										
										
										
											2015-10-02 14:44:57 -07:00
										 |  |  |   {% if not exportDoc.internal -%} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  |   <li><a href="{$ exportDoc.path $}"><strong>{$ exportDoc.name $}</strong> {$ exportDoc.docType $}</a></li> | 
					
						
							|  |  |  |   {%- endif %} | 
					
						
							|  |  |  | {%- endfor %} | 
					
						
							|  |  |  | </ul> | 
					
						
							|  |  |  | {% endif %} | 
					
						
							|  |  |  | {% endblock %} |