From b1ffd5220866dc9479fa284dfb2f0a0e111a6031 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 20 Sep 2022 17:58:27 -0400 Subject: auth --- app/templates/index.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/templates/index.html (limited to 'app/templates/index.html') diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..3c69e80 --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} + +{% endblock %} -- cgit v1.2.3