terom@63: <%inherit file="channel.tmpl" /> terom@63: terom@63: % if not 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@63:
${channel.title} :: Search '${query}'
terom@63: terom@63: % for line in lines: terom@63: ${line}\ terom@63: % endfor terom@63: % endif