Skip to content

Commit 4a221ac

Browse files
authored
Merge pull request microsoft#13 from iamjhamukesh/patch-1
Added the documentation link of Jinja
2 parents 0e1d892 + 03bc2fd commit 4a221ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hello_app/templates/hello_there.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
<span class="message">Hello there, {{ name }}!</span> It's {{ date.strftime("%A, %d %B, %Y at %X") }}.
1010
</body>
1111
</html>
12+
<!-- The above syntax makes use of jinja and it's documentation can be found over here http://jinja.pocoo.org/docs/2.10/templates/ -->

0 commit comments

Comments
 (0)