{% extends "base.html" %} {% block title %}Glean — scanning {{ target }}{% endblock %} {% block content %}

Scanning {{ target }}

    {% if queued %}Queued — waiting for a free scan slot. This page will update as soon as it starts.{% else %}Starting…{% endif %}

    {% endblock %}