Sha256: 22ad1c927a73a1d59d0cc27f422312d1149f3a1ecf88280e14e1e4025cb9e9e5
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 Bytes
Contents
<html> <head> <title>Nagoro Pipe::Morph</title> </head> <body> <?r list = [true, false, true] ?> True items in list: <div for="cond in list"> <h1 if="cond">#{cond}</h1> </div> False items in list: <div for="cond in list"> <h1 unless="cond">#{cond}</h1> </div> Each item 3 times: <div each="list"> <h1 times="3">#{_e}</h1> </div> </body> </html>
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
manveru-nagoro-2009.03.21 | example/morpher.nag |
manveru-nagoro-2009.03.28 | example/morpher.nag |
manveru-nagoro-2009.05 | example/morpher.nag |
nagoro-2009.05 | example/morpher.nag |