Add index template

This commit is contained in:
2023-11-03 16:51:09 +01:00
parent e820fc2dea
commit fa485472c8

6
templates/index.jinja Normal file
View File

@ -0,0 +1,6 @@
{% extends 'base.jinja' %}
{% block title %}Formula 10{% endblock title %}
{% block body %}
{% endblock body %}