Fix minor error in documentation.

This commit is contained in:
Cassowary 2019-04-17 19:33:22 -07:00
parent 3922b13fb1
commit 8fc5467131
1 changed files with 1 additions and 1 deletions

View File

@ -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}}