{% extends 'base.html' %} {% block content %}
Results for {{ indicator }}
{% if good_lookup %} {% if found %} Results found, this is a sus indicator! {% else %} No results found, dat boi is safe! {% endif %} {% else %} Failed to lookup indicator! {% endif %}
{% endif %} {% endblock %}