diff options
Diffstat (limited to 'docs/narr/MyProject/myproject/templates')
| -rw-r--r-- | docs/narr/MyProject/myproject/templates/mytemplate.pt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/narr/MyProject/myproject/templates/mytemplate.pt b/docs/narr/MyProject/myproject/templates/mytemplate.pt new file mode 100644 index 000000000..a7affedf9 --- /dev/null +++ b/docs/narr/MyProject/myproject/templates/mytemplate.pt @@ -0,0 +1,7 @@ +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:tal="http://xml.zope.org/namespaces/tal"> +<head></head> +<body> + <h1>Welcome to ${project}</h1> +</body> +</html> |
