{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}Not indexed — Code Atlas{% endblock %} {# A project with no graph data is not an empty project — the fix for this state is `atlas index`, and saying so is the whole difference between the two (ATL-110). #} {% block main %}
Not indexed
{{ project }} has no graph data yet. This is not an empty project — the index has simply never run.
atlas index /path/to/{{ project }}
{% endblock %}