Fix typo for jinja example and converted to dir

This commit is contained in:
Matt Maybeno
2017-04-25 20:10:46 -07:00
parent 1036242064
commit b3101d339e
3 changed files with 26 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Webpage</title>
</head>
<body>
<h1>Hello World</h1>
<p>knights - {{ knights }}</p>
</body>
</html>