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/view_classes/hello.jinja2 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/quick_tour/view_classes/hello.jinja2 (limited to 'docs/quick_tour/view_classes/hello.jinja2') diff --git a/docs/quick_tour/view_classes/hello.jinja2 b/docs/quick_tour/view_classes/hello.jinja2 new file mode 100644 index 000000000..3446b96ce --- /dev/null +++ b/docs/quick_tour/view_classes/hello.jinja2 @@ -0,0 +1,17 @@ + + + + Hello World + + +

Hello {{ view.name }}!

+ +
+ + + +
+ + + \ No newline at end of file -- cgit v1.2.3 From 257ac062342d5b2cd18b47737cf9fb94aa528b8a Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 22 Jan 2016 00:29:38 -0800 Subject: Overhaul Quick Tour: start to "Quick project startup with scaffolds" --- docs/quick_tour/view_classes/hello.jinja2 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'docs/quick_tour/view_classes/hello.jinja2') diff --git a/docs/quick_tour/view_classes/hello.jinja2 b/docs/quick_tour/view_classes/hello.jinja2 index 3446b96ce..fc3058067 100644 --- a/docs/quick_tour/view_classes/hello.jinja2 +++ b/docs/quick_tour/view_classes/hello.jinja2 @@ -5,13 +5,11 @@

Hello {{ view.name }}!

-
- - - + + +
- \ No newline at end of file -- cgit v1.2.3