##content highlighting %for cnt,sr in enumerate(c.formated_results): %if h.HasRepoPermissionLevel('read')(sr['repository'],'search results check'):
${h.link_to(sr['repository'], h.url('summary_home', repo_name=sr['repository']))} » ${h.link_to(sr['f_path'], h.url('files_home', repo_name=sr['repository'], revision='tip', f_path=sr['f_path']))}
${h.literal(sr['content_short_hl'])}
%else: %if cnt == 0: %endif %endif %endfor %if c.cur_query and c.formated_results: ${c.formated_results.pager()} %endif