What's Changed * Index-based access by Galtozzy in https://github.com/EzyGang/py-templatify/pull/2 * Mixed access (attributes and indexes) in templates by Galtozzy in https://github.com/EzyGang/py-templatify/pull/2
Fix iterabletagbase class **Full Changelog**: https://github.com/EzyGang/py-templatify/compare/v0.2.4...v0.2.5
0.2.4
- A better file layout is in place - Added an ability to escape templates by passing symbols to escape to a `templatify` decorator - Tests added - CI Improved
- `templatify` decorator implemented - Tag bases implemented - `Option` and `Boolean` tags are implemented - A set of default Markdown tags also added - Added type aliases to markdown to reduce code volume - Basic build/readme/license setup