feat: optionally a context parameter can be added to a tag. This will contain the full context
0.4.1
fix: startup with whitenoise can cause issues
0.4.0
fix: compatibility with Whitenoise compression
BREAKING-CHANGE: Assets now require the relative path you would normally use inside a static template tag
0.3.1
- Cache rendered assets
0.3.0
- Add assets support - Add 'is_partial' attribute when rendering partials - Add support for strings with ' enclosures - Add PartialResponse class to render partials in views - Add support for dict as input for `render_partial_from_template`
0.2.1
- Cache 'render_partial_from_template' utility function - Update dev dependencies