How to include css file in base.html I created style.css file in public/assets/css/style.css i want to link this file into base.html If i include /assets/css/style.css this way then in /home route it worked But if i use /product/create then it doesn’t work