summaryrefslogtreecommitdiff
path: root/docs/quick_tour/templating/hello_world.pt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour/templating/hello_world.pt')
-rw-r--r--docs/quick_tour/templating/hello_world.pt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/quick_tour/templating/hello_world.pt b/docs/quick_tour/templating/hello_world.pt
new file mode 100644
index 000000000..ae14f447d
--- /dev/null
+++ b/docs/quick_tour/templating/hello_world.pt
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Quick Glance</title>
+</head>
+<body>
+<h1>Hello ${name}</h1>
+</body>
+</html> \ No newline at end of file