| 
									
										
										
										
											2016-09-09 12:47:20 +01:00
										 |  |  | {% import "lib/githubLinks.html" as github -%} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% extends 'layout/base.template.html' -%} | 
					
						
							|  |  |  | {% block body -%} | 
					
						
							| 
									
										
										
										
											2015-12-01 23:31:36 +00:00
										 |  |  | include {$ relativePath(doc.path, '_util-fns') $} | 
					
						
							| 
									
										
										
										
											2015-11-16 23:10:18 -08:00
										 |  |  | p.location-badge. | 
					
						
							| 
									
										
										
										
											2016-09-14 07:50:02 +01:00
										 |  |  |   defined in {$ github.githubViewLink(doc, versionInfo) $} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | ul | 
					
						
							| 
									
										
										
										
											2015-12-01 23:31:36 +00:00
										 |  |  |   {% for page in doc.childPages -%} | 
					
						
							|  |  |  |   li | 
					
						
							| 
									
										
										
										
											2016-09-13 12:17:20 -07:00
										 |  |  |     - var name = "{$ page.title $}"; | 
					
						
							|  |  |  |     - var url = "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}"; | 
					
						
							|  |  |  |     include {$ relativePath(doc.path, '../../../_includes/_hover-card') $} | 
					
						
							| 
									
										
										
										
											2015-12-01 23:31:36 +00:00
										 |  |  |   {% endfor %} | 
					
						
							| 
									
										
										
										
											2016-09-13 12:17:20 -07:00
										 |  |  | {% endblock %} |