statistics_historical_overall.gmi (371B)
1 {% include 'fragments/header.gmi' %} 2 3 4 ## Historical Statistics - Overall 5 6 ``` 7 Date | Page Count | Domain Count 8 -----------|------------|------------- 9 {% for entry in statistics_historical_overall %} 10 {{ "{} | {:>10} | {:>12}".format(entry["date"]|datetimeformat, entry["page_count"], entry["domain_count"]) }} 11 {% endfor %} 12 ``` 13 14 {% include 'fragments/footer.gmi' %}