2018-08-08 18:07:59 +00:00
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
2018-08-10 11:26:45 +00:00
|
|
|
{% block title %}Home{% endblock %}
|
2018-08-08 18:07:59 +00:00
|
|
|
{% block content %}
|
2018-08-10 11:26:45 +00:00
|
|
|
<h1 class="center">Arrow counter</h1>
|
|
|
|
<h4 class="center">A simple online arrow counter</h4>
|
2018-08-08 18:07:59 +00:00
|
|
|
{% endblock %}
|