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 ++ 3 files changed, 20 insertions(+) create mode 100644 examples/templates/index.mustache create mode 100644 examples/templates/page.mustache create mode 100644 examples/templates/project.mustache (limited to 'examples/templates') 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}} -- cgit v1.2.3-70-g09d2