From d5becd600cce413e9bf81b3f30db2f568b4cdcbf Mon Sep 17 00:00:00 2001 From: "[esekyi]" <[sskert10@gmail.com]> Date: Sun, 25 Aug 2024 02:53:17 +0000 Subject: [PATCH] =?UTF-8?q?[Template=F0=9F=93=81]=20dummy=20index=20templa?= =?UTF-8?q?ting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/templates/index.html diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..ee00bde --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block title %}Home - SpiceShare{% endblock %} + +{% block content %} +
+

Welcome to SpiceShare

+

Discover and share delicious recipes from around the world!

+ Explore + Recipes +
+{% endblock %}