mmw - Minimal template engine
ssh://anon@thyssentishman.com/mmw
Log | Files | Refs | Feed | Contribute | README | LICENSE

test.i (123B) (RAW)


      1 ### START ITEM ${index}
      2 
      3 # Regular content
      4 ${content}
      5 
      6 # Content through command
      7 !{content | tr 'a-z' 'A-Z'}
      8 
      9 ### END ITEM