summaryrefslogtreecommitdiff
path: root/docs/getting_started/quick_glance/jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/quick_glance/jinja2')
-rw-r--r--docs/getting_started/quick_glance/jinja2/hello_world.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/quick_glance/jinja2/hello_world.jinja2 b/docs/getting_started/quick_glance/jinja2/hello_world.jinja2
index 5fc1fc9bf..e177744b5 100644
--- a/docs/getting_started/quick_glance/jinja2/hello_world.jinja2
+++ b/docs/getting_started/quick_glance/jinja2/hello_world.jinja2
@@ -1,6 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>Quick Glance</title>
+ <title>Hello World</title>
</head>
<body>
<h1>Hello {{ name }}!</h1>