Ticket #3956: templates.diff
File templates.diff, 659 bytes (added by , 18 years ago) |
---|
-
docs/templates.txt
702 702 Note that you can backslash-escape a format string if you want to use the 703 703 "raw" value. In this example, "f" is backslash-escaped, because otherwise 704 704 "f" is a format string that displays the time. The "o" doesn't need to be 705 escaped, because it's not a format character .::705 escaped, because it's not a format character:: 706 706 707 707 It is the {% now "jS o\f F" %} 708 708 709 (Displays "It is the 4th of September" %}709 (Displays "It is the 4th of September") 710 710 711 711 regroup 712 712 ~~~~~~~