{% extends "layout.html" %} {% set current_page = "home" %} {% set title = "OD-Database - Home" %} {% block body %}

OD-Database

{% if stats and stats["file_size"] %}

{{ stats["file_count"] }} files totalling ~{{ stats["file_size"] | filesizeformat }} from {{ stats["website_count"] }} website(s)

{% endif %} {% if current_websites %}

Currently indexing {{ current_websites }} 

{% endif %}

Search
{% endblock body %}