Web page design tool recommendation for Django

Hi!

New to Django and need your recommendations on web page design tool. I understand Django template is HTML file and it is not efficient to edit the raw HTML files to get the desired looks of the web page. Hence, is there any good web page design tool (that eventually generates HTML files) that I can use together with Django?

Thank you!

Hi zergling2021, it could be helpful if you narrow down the features and functionality you’re looking for. A web page design tool is pretty open ended. Though I will say that the folks who I work with that do design (novel interface creation), then translate it into html use Figma. You should give that a look and see how it fits your needs.

They then provide me with a html and css files that I slice up into Django templates or React components and refactor into scss if they haven’t done that already.