Released 0.26.0 of dj-angles, a way to use HTML elements in your #Django templates.
- Add `get_template_loaders` for easier `TEMPLATES` configuration in `settings.py`
- Add integration with https://pypi.org/project/django-viewcomponent/
- Add `view` template tag to call view functions from a template
- Add support for referring to models by app label, e.g. `{% model app_label.Model %}`
- Skip over comment tags when parsing templates
๐ https://dj-angles.adamghill.com/
๐ ๏ธ https://github.com/adamghill/dj-angles
๐ฆ https://pypi.org/project/dj-angles/