{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}
The search string was:
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 %}