{% if missingApiKey %}

{{missingApiKey}}

{% elseif No_Results %}

{{No_Results_Phrase}}

{% else %} <{{Title_Tags}}>Search
{% if Search_Label %} {% endif %}
{# This div is empty on load. It will be populated by search results. #}
{% if Search_Results %} {% for Result in Search_Results %}
{% if showIcon and Result.cse_thumbnail.src %}
{% endif %}
<{{Search_Result_Title_Tags}} class="search_result_title">{{Result.htmlTitle}} {% if showDateAndDescription and Result.htmlSnippet %} {{Result.htmlSnippet}} {% endif %}
{% endfor %} {{Pagination}} {% endif %}
{% endif %}