diff --git a/templates/index.html b/templates/index.html index e69de29..357a399 100644 --- a/templates/index.html +++ b/templates/index.html @@ -0,0 +1,4 @@ +{% extends 'base.html' %} + +{% block content %} +{% endblock %}