at 8d154b4
# {{ project_name }} — {{ version }} => ../ All versions {% if repo_url %} ## Repository => {{ repo_url }} {{ repo_url }} {% endif %}{% if git_ui_enabled and version_tag %} => ../{{ git_ui_path }}refs.gmi#tag-{{ version_tag }} Browse {{ version_tag }} {% endif %}{% if has_docs %} ## Documentation => docs/ API docs {% if has_docs_tarball %} => docs.tar.gz Download docs.tar.gz {% endif %} {% endif %}{% if has_dist %} ## Downloads {% for cat in dist_categories %} {% if cat.category %} ### {{ cat.category }} {% endif %} {% for group in cat.groups %} {% if group.name %} * {{ group.name }} {% endif %}{% if group.comment %} {{ group.comment }} {% endif %} {% for file in group.files %} => dist/{{ file.name }} {{ file.name }} ({{ file.size_human }}) {% endfor %} {% endfor %} {% endfor %} {% endif %} {{ readme_content | safe }} {% if changelog_content %} ## Changes in {{ version }} {{ changelog_content | safe }} {% endif %}