{% extends 'base.html' %} {% block title %} Search - {{ super() }} {% endblock %} {% block scripts %} {% if 'assets' in PLUGINS %} {% include 'includes/minify_tipuesearch.html' with context %} {% else %} {% endif %} {% endblock %} {% block content %}
{% endblock %}