{% extends "layout.html" %} {% set title = _('Search') %} {%- block scripts %} {{ super() }} {%- endblock %} {% block body %}

{{ _('Search') }}

{% trans %}Searching for multiple words only shows matches that contain all words.{% endtrans %}

If you want to limit your search to working code examples, include the keyword "codex" (mnemonic for code example) in your search, e.g., "codex ellipse".

{% if search_performed %}

{{ _('Search Results') }}

{% if not search_results %}

{{ _('Your search did not match any results.') }}

{% endif %} {% endif %}
{% if search_results %} {% endif %}
{% endblock %} {% block footer %} {{ super() }} {% endblock %}