diff --git a/themes/bootstrap3/templates/search.html b/themes/bootstrap3/templates/search.html new file mode 100644 index 0000000000000000000000000000000000000000..be1c0179b5b70e1b6bd56295abbb49206e39f275 --- /dev/null +++ b/themes/bootstrap3/templates/search.html @@ -0,0 +1,27 @@ +{% 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 %}