terom@63: <%inherit file="channel.tmpl" /> terom@63: terom@65: % if not search_query : terom@63:
${channel.title} :: Search
terom@63: terom@63:
terom@63:

terom@63: terom@63: terom@63:

terom@63:
terom@63: terom@63:

Search for something.

terom@63: terom@63: % else : terom@65:
${channel.title} :: Search '${search_query}'
terom@63: terom@63: % for line in lines: terom@65: ${line} terom@63: % endfor terom@63: % endif