Add index template
This commit is contained in:
6
templates/index.jinja
Normal file
6
templates/index.jinja
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends 'base.jinja' %}
|
||||
{% block title %}Formula 10{% endblock title %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
{% endblock body %}
|
Reference in New Issue
Block a user