{% include "lib/githubLinks.html" -%} {% include "lib/paramList.html" -%} {% extends 'layout/base.template.html' %} {% block body %} include {$ relativePath(doc.path, '_util-fns') $} .div(layout="row" layout-xs="column" class="row-margin") div(flex="20" flex-xs="100") h2(class="h2-api-docs") Variable Export div(flex="80" flex-xs="100") pre.prettyprint.no-bg code. export {$ doc.name $}{$ returnType(doc.returnType) $} p.location-badge. exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } defined in {$ githubViewLink(doc) $} :marked {%- if doc.notYetDocumented %} *Not Yet Documented* {% else %} {$ doc.description | indentForMarkdown(2) | trimBlankLines $} {% endif -%} {% endblock %}