Skip to content

Commit

Permalink
Merge pull request microsoft#13 from iamjhamukesh/patch-1
Browse files Browse the repository at this point in the history
Added the documentation link of Jinja
  • Loading branch information
kraigb authored Nov 29, 2018
2 parents 0e1d892 + 03bc2fd commit 4a221ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hello_app/templates/hello_there.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
<span class="message">Hello there, {{ name }}!</span> It's {{ date.strftime("%A, %d %B, %Y at %X") }}.
</body>
</html>
<!-- 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 comments on commit 4a221ac

Please sign in to comment.