$c.project.name / $c.app.config.options.mount_label / <py:if test="tree"> @${h.text.truncate(tree._commit._id, 10)}: ${path_links(tree.path().split('/')[1:-1])} </py:if>

No files

@${h.text.truncate(tree._commit._id, 10)}: ${path_links(tree.path().split('/')[1:-1])}

Read access: git clone git://$c.app.repo.scm_url_path
Read/write access: git clone ssh://${c.user == c.user.anonymous() and 'USERNAME' or c.user.username}@$c.app.repo.scm_url_path

Read Me

${Markup(g.markdown.convert(tree.readme()))}
${c.tree_widget.display(tree=tree)}