From bf592caf75079133b246abec95a65eadff21081b Mon Sep 17 00:00:00 2001 From: David Manning Date: Wed, 25 Dec 2013 23:26:38 -0500 Subject: [PATCH] .handlebars -> .hbs --- test/templates/test.handlebars | 9 --------- test/templates/test2.handlebars | 1 - 2 files changed, 10 deletions(-) delete mode 100644 test/templates/test.handlebars delete mode 100644 test/templates/test2.handlebars diff --git a/test/templates/test.handlebars b/test/templates/test.handlebars deleted file mode 100644 index eaebb72..0000000 --- a/test/templates/test.handlebars +++ /dev/null @@ -1,9 +0,0 @@ - - - - {{ title }} - - -

Hello there, {{name}}

- - \ No newline at end of file diff --git a/test/templates/test2.handlebars b/test/templates/test2.handlebars deleted file mode 100644 index da8bd56..0000000 --- a/test/templates/test2.handlebars +++ /dev/null @@ -1 +0,0 @@ -
  • {{name}}
  • \ No newline at end of file