{% if query == "" %}
Start typing in the search box above to search for bookmarks. If JavaScript is enabled, you'll get realtime search results. Remember that you get more results from tags after you completed a word.
{% else %} {% if results.len() == 0 %}No results found. Have you created an index?
{% else %}{{ result.description }}
{% if explanation_enabled %}{{ result.explanation.to_pretty_json() }}
You may try another search engine:
{% endif %}