diff options
Diffstat (limited to 'docs/quick_tour/jinja2/hello_world.jinja2')
| -rw-r--r-- | docs/quick_tour/jinja2/hello_world.jinja2 | 9 |
1 files changed, 9 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..7a902dd3a --- /dev/null +++ b/docs/quick_tour/jinja2/hello_world.jinja2 @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <title>Hello World</title> +</head> +<body> +<h1>Hello {{ name }}!</h1> +</body> +</html>
\ No newline at end of file |
