From 3f4be54d2504858e459d4cd25851a253c337d709 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Fri, 3 Jan 2014 22:49:59 -0500 Subject: changed starter template --- .../starter/+package+/templates/mytemplate.pt | 66 +++++++++++++++++++ .../starter/+package+/templates/mytemplate.pt_tmpl | 73 ---------------------- 2 files changed, 66 insertions(+), 73 deletions(-) create mode 100644 pyramid/scaffolds/starter/+package+/templates/mytemplate.pt delete mode 100644 pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt new file mode 100644 index 000000000..1c2771a0d --- /dev/null +++ b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt @@ -0,0 +1,66 @@ + + + + + + + + + + + Starter Template for The Pyramid Web Framework + + + + + + + + + + + + + +
+
+
+
+ +
+
+
+

Pyramid starter template

+

Welcome to ${project}, an application generated by
the Pyramid Web Framework.

+
+
+
+
+ +
+
+ +
+
+
+ + + + + + + + diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl deleted file mode 100644 index c9a211935..000000000 --- a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl +++ /dev/null @@ -1,73 +0,0 @@ - - - - The Pyramid Web Framework - - - - - - - - - - -
-
-
-
pyramid
-
-
-
-
-

- Welcome to ${project}, an application generated by
- the Pyramid Web Framework. -

-
-
-
-
-
-

Search documentation

-
- - -
-
- -
-
-
- - -- cgit v1.2.3