{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}

The search string was:

{% if error_message %}

It produced the error:

You might want to check your syntax using jsonlint.com. If your syntax is correct, there may be a bug; please file an issue with a copy-paste of your query.

{% else %} {% if obs %}

The matched observations are:

{{macros.obs_listing(obs)}} {% else %}

No observations matched this search.

{% endif %} {% endif %} {% endblock %}