Fix minor error in documentation.
This commit is contained in:
parent
3922b13fb1
commit
8fc5467131
|
@ -55,7 +55,7 @@ A simple default.jinja2 example:
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ metadata.title }}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|
Loading…
Reference in New Issue