Back to Calibre

{{ _('Search') }}

manual/templates/search.html

9.8.0342 B
Original Source

{# 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 press "Enter" {% endtrans %}

{% endblock %}