schmeckels/templates/graph.html
2020-10-16 01:07:14 +02:00

7 lines
128 B
HTML

{% extends "base.html" %}
{% block main %}
<h1 class="text-2xl font-bold text-indigo-500">Last 12 months</h1>
{% endblock %}