summaryrefslogtreecommitdiff
path: root/docs/quick_tour/jinja2/hello_world.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour/jinja2/hello_world.jinja2')
-rw-r--r--docs/quick_tour/jinja2/hello_world.jinja28
1 files changed, 8 insertions, 0 deletions
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 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Hello World</title>
+</head>
+<body>
+<h1>Hello {{ name }}!</h1>
+</body>
+</html> \ No newline at end of file