{% extends "base.html" %} {% block title %}{{ config['APP_TITLE'] }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Rebuild the index

Currently, the index has the following statistics:

{% for name, value in index_stats.items() %} {% if value is iterable and value is not string %} {% for e in value[1:] %} {% endfor %} {% else %} {% endif %} {% endfor %}
Name Value
{{ name.replace("_", " ") | capitalize }} {{ value | first }}
{{ e }}
{{ name.replace("_", " ") | capitalize }} {{ value }}
{% endblock %}