diff --git a/views/favourite_template.tpl b/views/favourite_template.tpl
new file mode 100644
index 0000000..aabfe60
--- /dev/null
+++ b/views/favourite_template.tpl
@@ -0,0 +1,46 @@
+
+
+
+
+ Tutorialsavvy.com : Bottle framework template demo
+
+
+
+
+
+ Your Favourite {{item}} are :
+
+ %if 'fruit'== item:
+
+ - Orange
+ - Apple
+ - Mango
+ - Water Melon
+ - Grapes
+
+ %elif 'flower' == item:
+
+ - Rose
+ - Jasmine
+ - Lotus
+ - Tulip
+ - Lily
+
+ %else :
+ No Fruit or Flower catagory is Selected
+
+
+
\ No newline at end of file