From b7e5b7948882bc76946ec5e4d11555d0623628d6 Mon Sep 17 00:00:00 2001 From: Conor H Date: Mon, 14 Oct 2024 07:31:32 +0100 Subject: [PATCH] #2 Create hello.html.hbs Result page where message is rendered after form submit --- rocketapp/templates/hello.html.hbs | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rocketapp/templates/hello.html.hbs diff --git a/rocketapp/templates/hello.html.hbs b/rocketapp/templates/hello.html.hbs new file mode 100644 index 0000000..5b4f7a4 --- /dev/null +++ b/rocketapp/templates/hello.html.hbs @@ -0,0 +1,27 @@ + + + + + + + + Hello {{ name }}! + + +
+ +
+
+ +

+ 🗓️ {{ message }}! +

+
+

+ Hello {{ name }} +

+
+
+
+ + \ No newline at end of file