prettier-plugin-django-alpine icon indicating copy to clipboard operation
prettier-plugin-django-alpine copied to clipboard

Format Django tags and Alpine.js in HTML files

Results 1 prettier-plugin-django-alpine issues
Sort by recently updated
recently updated
newest added

I have code like this: ``` {% for i in '01' %} {% cycle 'hidden lg:block' 'lg:hidden' as res_class silent %} {% for j in '012' %} {% if i...