diff --git a/templates/index.mako b/templates/index.mako index 2cce0e6..e3b1b40 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -163,12 +163,25 @@ % endif + <% skips = False %> % if query.action == "search": - + + + + + + % for source in result.sources: + + + % if source.skipped: + <% skips = True %> + + % else: + + % endif + + % endfor + % endif