Ticket #3956: templates.diff

File templates.diff, 659 bytes (added by Simon G. <dev@…>, 17 years ago)
  • docs/templates.txt

     
    702702Note that you can backslash-escape a format string if you want to use the
    703703"raw" value. In this example, "f" is backslash-escaped, because otherwise
    704704"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.::
     705escaped, because it's not a format character::
    706706
    707707    It is the {% now "jS o\f F" %}
    708708
    709 (Displays "It is the 4th of September" %}
     709(Displays "It is the 4th of September")
    710710
    711711regroup
    712712~~~~~~~
Back to Top