seitime-frappe/frappe/templates/autodoc/package_index.html
2015-07-22 16:38:44 +05:30

11 lines
205 B
HTML

<!-- title: {{ title }} -->
{% from "templates/autodoc/macros.html" import github_link, version %}
<p>
{{ version(app.name) }}
{{ github_link(app, title, True) }}
</p>
<h3>Package Contents</h3>
{index}