{% extends "layout.html" %}
{% from "macros/basic.html" import octicon without context %}
{% from "macros/tabs.html" import tabzone without context %}
{% block body %}
Search
{# TODO: more search options #}
{% if query %}
{{ tabzone(tabs, active_tab) }}
{% else %}
Use search field for exploring what are you interested in!