{% if query %} {% if results_by_section %} {% for section in results_by_section %}
{% if section.icon %} {% endif %} {{ section.name }}
{% for result in section.results %} {% if result.icon %} {% endif %}
{{ result.label }} {% if result.description %}
{{ result.description }}
{% endif %}
{% endfor %}
{% endfor %} {% else %}
No results found for "{{ query }}"
{% endif %} {% else %}
Nothing to show ... type into the search to fix this!
{% endif %}