2015-09-16 02:21:55 -04:00
|
|
|
{% include "lib/githubLinks.html" -%}
|
|
|
|
{% extends 'layout/base.template.html' -%}
|
|
|
|
{% block body -%}
|
2015-12-01 18:31:36 -05:00
|
|
|
include {$ relativePath(doc.path, '_util-fns') $}
|
2015-11-17 02:10:18 -05:00
|
|
|
p.location-badge.
|
|
|
|
defined in {$ githubViewLink(doc) $}
|
2015-09-16 02:21:55 -04:00
|
|
|
|
|
|
|
ul
|
2015-12-01 18:31:36 -05:00
|
|
|
{% for page in doc.childPages -%}
|
|
|
|
li
|
|
|
|
!= partial("{$ relativePath(doc.path, '../../../_includes/_hover-card') $}", {name: "{$ page.title $}", url: "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}" })
|
|
|
|
{% endfor %}
|
2015-09-16 02:21:55 -04:00
|
|
|
{% endblock %}
|