pub const TEMPLATE_ROOT_INDEX_GEMTEXT: &str = "# {{ project_name }}\n\n## Versions\n{% for v in versions %}\n=> {{ v.version }}/ {{ v.version }}{% if loop.first %} (latest){% endif %}{% if v.date %} {{ v.date }}{% endif %}\n{% endfor %}\n{% if git_ui_enabled %}\n## Repository\n\n=> repository/ Browse source\n{% endif %}\n=> {{ atom_feed }} Atom feed\n";