{% if result.status %}
Yes, I found HXL hashtags!
{% else %}No, I couldn't read this as HXL :(
{% endif %}- 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 %}