2015-05-19 17:29:34 -04:00
|
|
|
{% include "lib/githubLinks.html" -%}
|
2015-04-25 17:29:20 -04:00
|
|
|
{% extends 'layout/base.template.html' %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
.l-main-section
|
|
|
|
h2 {$ doc.name $} <span class="type">variable</span>
|
|
|
|
p.location-badge.
|
2015-05-19 08:11:20 -04:00
|
|
|
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
2015-05-19 17:29:34 -04:00
|
|
|
defined in {$ githubViewLink(doc) $}
|
2015-04-25 17:29:20 -04:00
|
|
|
|
|
|
|
:markdown
|
|
|
|
{$ doc.description | indent(4, true) $}
|
|
|
|
{% endblock %}
|