From c90471defdd552b4a8c2073914cfd49e7d9f2ca0 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Mon, 12 Aug 2013 19:59:33 -0400 Subject: Forgot to add the subdir --- docs/quick_tour/jinja2/hello_world.jinja2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/quick_tour/jinja2/hello_world.jinja2 (limited to 'docs/quick_tour/jinja2/hello_world.jinja2') diff --git a/docs/quick_tour/jinja2/hello_world.jinja2 b/docs/quick_tour/jinja2/hello_world.jinja2 new file mode 100644 index 000000000..e177744b5 --- /dev/null +++ b/docs/quick_tour/jinja2/hello_world.jinja2 @@ -0,0 +1,8 @@ + + + Hello World + + +

Hello {{ name }}!

+ + \ No newline at end of file -- cgit v1.2.3 From 0e142c07da354d858e455c576a625c48559c3353 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Sat, 28 Sep 2013 12:13:45 -0400 Subject: Used a parsed-literal to pin the version number on easy_install. --- docs/quick_tour/jinja2/hello_world.jinja2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/quick_tour/jinja2/hello_world.jinja2') diff --git a/docs/quick_tour/jinja2/hello_world.jinja2 b/docs/quick_tour/jinja2/hello_world.jinja2 index e177744b5..7a902dd3a 100644 --- a/docs/quick_tour/jinja2/hello_world.jinja2 +++ b/docs/quick_tour/jinja2/hello_world.jinja2 @@ -1,4 +1,5 @@ - + + Hello World -- cgit v1.2.3