While creating my website, I discovered that Django is typically used for the backend while HTML, CSS, and JS are used for the front end.
For now, I am focused on designing my pages using HTML, CSS, and JS and have not yet begun developing the backend.
I'm wondering if there is a way to integrate Django with HTML, CSS, and JS? (Please recommend an easy method since I am new to this, although I am comfortable with Python.)