From d5563db2611239a904eabfc46ab75ded7ca4e2e2 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Mon, 7 Feb 2022 19:08:24 -0600 Subject: Create basic template application --- app/templates/base/index.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/templates/base/index.html (limited to 'app/templates/base/index.html') diff --git a/app/templates/base/index.html b/app/templates/base/index.html new file mode 100644 index 0000000..11d266c --- /dev/null +++ b/app/templates/base/index.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} + +Welcome to Strengthy + +{% endblock %} -- cgit v1.2.3