1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-03-09 20:01:18 +00:00

Add template for 'latest' view

This commit is contained in:
Hidden Z 2010-11-11 19:27:21 +00:00
parent e346df0481
commit c42f6490e7

View File

@ -0,0 +1,5 @@
{% extends "browse.html" %}
{% block header %}
<h3>Latest {{ hosts_count }} hosts added in {{ day_count }} days</h3>
{% endblock %}