We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e1d892 + 03bc2fd commit 4a221acCopy full SHA for 4a221ac
hello_app/templates/hello_there.html
@@ -9,3 +9,4 @@
9
<span class="message">Hello there, {{ name }}!</span> It's {{ date.strftime("%A, %d %B, %Y at %X") }}.
10
</body>
11
</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