| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% include "lib/githubLinks.html" -%} | 
					
						
							|  |  |  | {% extends 'layout/base.template.html' -%} | 
					
						
							|  |  |  | {% block body -%} | 
					
						
							| 
									
										
										
										
											2015-09-17 18:09:41 -07:00
										 |  |  | include ../../_util-fns | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | ul | 
					
						
							|  |  |  |   for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data | 
					
						
							|  |  |  |     if slug != 'index' | 
					
						
							|  |  |  |       - var url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + current.path[4] + "/" + slug + ".html" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-02 14:09:38 -07:00
										 |  |  |       li | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  |         != partial("../../../../../_includes/_hover-card", {name: page.title, url: url }) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |