<%inherit file="/summary/base.html"/> <%namespace name="components" file="/summary/components.html"/> <%def name="menu_bar_subnav()"> ${self.repo_menu(active='summary')} <%def name="main()">
${self.repo_page_title(c.rhodecode_db_repo)}
${components.summary_detail(breadcrumbs_links=self.breadcrumbs_links(), show_downloads=True)} ${components.summary_stats(gravatar_function=self.gravatar_with_user)}
%if not c.repo_commits:

${_('Quick start')}

%endif
<%include file='../changelog/changelog_summary_data.html'/>
%if c.readme_data:
${c.readme_data|n}
%endif