{% include "admin_nav.html" %}
{{date}}
{% for post in posts %}
{{post.day}}
x{{post.count}}
{% endfor %}
{{save}}
{% include "admin_footer.html" %}