{% extends "layout.html" %} {% from "macros/basic.html" import octicon without context %} {% from "macros/tabs.html" import tabzone without context %} {% block body %}

Search

{% if query %}
{{ tabzone(tabs, active_tab) }}
{% else %}
Use search field for exploring what are you interested in!
{% endif %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}