{# basic/search.html ~~~~~~~~~~~~~~~~~ Template for the search page, using google custom search #} {% extends "layout.html" %} {% set title = _('Search') %} {% block body %}

{{ _('Search') }}

{% trans %}From here you can search the User Manual. Enter your search words into the box below and click "search". {% endtrans %}

{% endblock %}