Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-04-01 | 325 Bytes | |
v0.4.5 source code.tar.gz | 2023-04-01 | 24.8 kB | |
v0.4.5 source code.zip | 2023-04-01 | 30.0 kB | |
v0.4.5.tar.gz | 2023-04-01 | 24.8 kB | |
v0.4.5.zip | 2023-04-01 | 30.0 kB | |
Totals: 5 Items | 109.9 kB | 0 |
Changelog
- Support variables in strings in
if
andfor
statements - Support attributes and children
if
andfor
statements - Support variables in curly brackets:
nim var state = remember true var html = buildHtml(`div`): {state}
if
andfor
statements does not generates root tags.