{% include "includes/headers.html" %} {% set page_help='Home' %} {% include "includes/navbar.html" %}

Is this a HXL dataset?

{% if result %}
{% if result.status %}

Yes, I found HXL hashtags!

{% else %}

No, I couldn't read this as HXL :(

{% endif %}
URL

{{ result.url }}

Message

{{ result.message }}

{% if not result.status %}
Error type

{{ result.exception }}

{% if result.args %}
Details
    {% for arg in result.args %}
  • {{ arg }}
  • {% endfor %}
{% endif %} {% endif %}
{% if result.status %} Open in HXL Proxy {% elif result.exception=='HXLTagsNotFoundException' %} Try tagging {% endif %} JSON version
{% endif %}
{% include "includes/scripts.html" %}