13 lines
		
	
	
		
			456 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			456 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% include "lib/githubLinks.html" -%}
 | 
						|
{% extends 'layout/base.template.html' -%}
 | 
						|
{% block body -%}
 | 
						|
include {$ relativePath(doc.path, '_util-fns') $}
 | 
						|
p.location-badge.
 | 
						|
  defined in {$ githubViewLink(doc) $}
 | 
						|
 | 
						|
ul
 | 
						|
  {% for page in doc.childPages -%}
 | 
						|
  li
 | 
						|
    != partial("{$ relativePath(doc.path, '../../../_includes/_hover-card') $}", {name: "{$ page.title $}", url: "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}" })
 | 
						|
  {% endfor %}
 | 
						|
{% endblock %} |