Index :
You must use dj
to prefix all of your attributes inside Bootstrap Studio.
To check example from test, *.html
file is content inside bss, and *.render.html
will correspond to rendered attributes.
From bss-file to django-file
Used to emulate replace for loop content within Bootstrap Studio.
From bss-file to django-file
From bss-file to django-file
From bss-file to django-file
From bss-file to django-file
From bss-file to django-file
Url for local resources will be convert to use static tag, like : {% static 'folder/with/file' %}
.
script
, img
and link
tag will convert their attributes.
From bss-file to django-file
Css url()
links inside html will be also convert, for background image as example.
From bss-file to django-file