{% extends 'base.html' %} {% block content %}

{% if indicator is defined %}

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 %}