v.0.9.9 - Native tags in attributes
What's Changed
Using template variables in attributes
Cotton now allows you to include template variables inside attributes.
<c-weather icon="fa-{{ icon }}"
unit="{{ unit|default:'c' }}"
condition="very {% get_intensity %}"
/>
- Docs fix by @wrabit in #20
- implemented variables and template methods inside attributes by @wrabit in #23
- updated poetry lock by @wrabit in #24
Full Changelog: v.0.9.7...v.0.9.8