0.8.1 (#54)
- π Fix badges in README.md
- π· Use latest actions in CI
- ποΈ Enable automatic setup file creation with Poetry
- β¬οΈ Upgrade dependencies to the latest
- β¨ Add
*
modifier for variable block to keep intial indention for multiline strings for all modeswithif True: {{* body }}
body
:will be rendered into:print("Hello") print("World")
Note that the indention ofif True: print("Hello") print("World")
print("World")
was passed along from the initial indentaion. - π Update doc for "indent modifier"