{% if 'search' in DIRECT_TEMPLATES and USE_TIPUE_SEARCH %} {% extends 'base.html' %} {% block title %} Search - {{ SITENAME|striptags }} {% endblock title %} {% block content %}

{{ _('Search Results') }}

{% endblock content %} {% endif %}