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