mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 14:28:03 +00:00
6 lines
133 B
HTML
6 lines
133 B
HTML
{% extends "browse.html" %}
|
|
|
|
{% block header %}
|
|
<h3>Latest {{ hosts_count }} hosts added in {{ day_count }} days</h3>
|
|
{% endblock %}
|