diff --git a/templates/index.html b/templates/index.html index 65236a2..d15366d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,15 +1,9 @@ - - - - - - +{% extends "base.html" %} - +{% block content %} - - +{% endblock %}