{% extends 'base.html' %} {# vim: set ts=2 sw=2 et tw=80: #} {% block title %}Home{% endblock %} {% block content %}

Arrow counter

A simple online arrow counter

Excel Data (CSV) file_download

{% if user.is_authenticated %}
Arrows shot this year:

{{ yearArrows }}

Arrows shot this month:

{{ monthArrows }}

Arrows shot this week:

{{ weekArrows }}

{% endif %} {% endblock %}