chore(doc-gen): add specific template for displaying variable exports

Closes #1071
This commit is contained in:
Peter Bacon Darwin 2015-03-24 10:56:39 +00:00
parent aab084866c
commit 539e8e2cce
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{% 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 %}