|
{% extends 'layout/base.template.html' %}
|
|
|
|
{% block body %}
|
|
<h1>{$ doc.name $} <span class="type">variable</span></h1>
|
|
<p class="module">exported from <a href="/{$ doc.moduleDoc.path $}">{$ doc.moduleDoc.id $}</a></p>
|
|
<p>{$ doc.description | marked $}</p>
|
|
|
|
{% endblock %} |