diff options
Diffstat (limited to 'docs/getting_started/quick_glance/app4.jinja2')
| -rw-r--r-- | docs/getting_started/quick_glance/app4.jinja2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/getting_started/quick_glance/app4.jinja2 b/docs/getting_started/quick_glance/app4.jinja2 new file mode 100644 index 000000000..3d0f28c1f --- /dev/null +++ b/docs/getting_started/quick_glance/app4.jinja2 @@ -0,0 +1,10 @@ +<html lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>Quick Glance</title> + <link rel="stylesheet" href="/static/app.css" /> +</head> +<body> +<h1>Hello {{ name }}!</h1> +</body> +</html>
\ No newline at end of file |
