From 1ae83948960ecd58227250b4cf906310f7c66845 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Sat, 20 Jun 2026 15:23:41 -0400 Subject: [PATCH] feat: add hello.mustache smoke-test template --- templates/hello.mustache | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/hello.mustache diff --git a/templates/hello.mustache b/templates/hello.mustache new file mode 100644 index 0000000..7c3fb73 --- /dev/null +++ b/templates/hello.mustache @@ -0,0 +1,11 @@ + + + + + + {{title}} + + +

{{message}}

+ +