{# This is a version of the index page that will render for variant searches. To define a specific variant, also define a `variant_search_VARIANTTYPE.template` file, where VARIANTTYPE is whatever type is defined in the .yaml file. #} {% extends 'base.html' %} {% block extra_js %} {{ entry_template_header_includes|safe }} {# TODO: compile these together #} {% endblock %} {% block footer_js %} {% endblock %} {% block search_li %} {% endblock %} {% block search_li_form %} {% endblock %} {% block extra_nav %} {# Dictionaries #} {% include 'mobile_nav_dictionary_list.html' %} {% endblock %} {% block bodyclass %}main_search keyword_search{% endblock %} {%- set keyboard = false %} {% if current_variant_options %} {% set keyboard = current_variant_options.onscreen_keyboard %} {% endif -%} {% block content %}
{% trans input=user_input %}Word {{ input }} not found.{% endtrans %}
{% trans input=user_input %}Word {{ input }} not found.{% endtrans %}
{{ user_input }}{% trans user_input=user_input %} is a possible form of ... {% endtrans %}
{{ all_analysis_template|safe }}