From 37d5adf48c9c1b3ee326b631828732927797ca4f Mon Sep 17 00:00:00 2001 From: Sean Fridman Date: Mon, 6 Apr 2015 14:41:31 -0400 Subject: Move default template location to templates/ --- examples/templates/index.mustache | 13 +++++++++++++ examples/templates/page.mustache | 5 +++++ examples/templates/project.mustache | 2 ++ examples/www/index.mustache | 13 ------------- examples/www/page.mustache | 5 ----- examples/www/project.mustache | 2 -- 6 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 examples/templates/index.mustache create mode 100644 examples/templates/page.mustache create mode 100644 examples/templates/project.mustache delete mode 100644 examples/www/index.mustache delete mode 100644 examples/www/page.mustache delete mode 100644 examples/www/project.mustache (limited to 'examples') diff --git a/examples/templates/index.mustache b/examples/templates/index.mustache new file mode 100644 index 0000000..9933064 --- /dev/null +++ b/examples/templates/index.mustache @@ -0,0 +1,13 @@ + + + + + + {{meta.project}} + + + diff --git a/examples/templates/page.mustache b/examples/templates/page.mustache new file mode 100644 index 0000000..f7d899f --- /dev/null +++ b/examples/templates/page.mustache @@ -0,0 +1,5 @@ +woop +

{{page.title}}

+

+ {{page.body}} +

diff --git a/examples/templates/project.mustache b/examples/templates/project.mustache new file mode 100644 index 0000000..dac1d8d --- /dev/null +++ b/examples/templates/project.mustache @@ -0,0 +1,2 @@ +babaganuj +{{project.id}} diff --git a/examples/www/index.mustache b/examples/www/index.mustache deleted file mode 100644 index 9933064..0000000 --- a/examples/www/index.mustache +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - {{meta.project}} - - - diff --git a/examples/www/page.mustache b/examples/www/page.mustache deleted file mode 100644 index f7d899f..0000000 --- a/examples/www/page.mustache +++ /dev/null @@ -1,5 +0,0 @@ -woop -

{{page.title}}

-

- {{page.body}} -

diff --git a/examples/www/project.mustache b/examples/www/project.mustache deleted file mode 100644 index dac1d8d..0000000 --- a/examples/www/project.mustache +++ /dev/null @@ -1,2 +0,0 @@ -babaganuj -{{project.id}} -- cgit v1.2.3-70-g09d2