<%inherit file="/summary/summary_base.mako"/> <%namespace name="components" file="/summary/components.mako"/> <%def name="menu_bar_subnav()"> ${self.repo_menu(active='summary')} <%def name="main()">
${components.summary_detail(breadcrumbs_links=self.breadcrumbs_links(), show_downloads=True)}
%if not c.repo_commits:

${_('Quick start')}

%endif
<%include file='summary_commits.mako'/>
%if c.readme_data:
${c.readme_data|n}
%endif