...

Text file src/github.com/noirbizarre/gonja/testData/macro.tpl.out

Documentation: github.com/noirbizarre/gonja/testData

     1Begin
     2
     3
     4Greetings to  from john doe. Howdy, anonymous guest!
     5
     6
     7Greetings to 10 from john doe. Howdy, anonymous guest!
     8
     9
    10Greetings to john from john doe. Howdy, anonymous guest!
    11
    12
    13Greetings to john from michelle. Howdy, anonymous guest!
    14
    15
    16Greetings to john from michelle. Howdy, johann!
    17
    18
    19
    20
    21map[0] = Hello
    22map[1] = 99
    23map[2] = 3.14
    24map[3] = good
    25
    26issue #39 (deactivate auto-escape of macros)
    27
    28
    29<p>Hello Max.</p>
    30
    31
    32Importing macros
    33
    34<p>Hey User1!</p>
    35<p>Hey User2!</p>
    36<p>Hey Max!</p>
    37
    38Chaining macros
    39
    40
    41One greeting: <p>Hey Dirk!</p> - <p>Hello mate!</p>
    42
    43End

View as plain text