{% extends "/base.html" %} {% block "title" %}${long_name}{% endblock %} {% block "body" %}
{% if lib.url %}
URL
${lib.url}
{% endif %}
Long Name
${long_name}
Author Name
${author.name}
{% if author.url %}
Author URL
${author.url}
{% endif %}
Organization
${author.organization}

${lib.title or long_name}

${long_name} is a library for Moya web development framework

Documentation

{{{INDEX main}}} {%- if .docs['tags.index'] %} {% with index=.docs['tags.index'] %} {% if index.data.tags %}

Tags

${lib.title} defines the following tags:

{% endif %} {% endwith %} {%- endif %} {% with index=.docs['command_index.index'] %} {% if index.data.commands %}

Commands

${lib.title} defines the following command line tools:

{% endblock %}