From the course: Flask Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Templating Flask with Bootstrap

Templating Flask with Bootstrap

From the course: Flask Essential Training

Start my 1-month free trial

Templating Flask with Bootstrap

- [Instructor] Now if you go ahead and look at our URL shortener, functionally it has everything that we talked about in the explainer video, but it looks nothing like it, right? This is really kind of a sad state for a website and I've gone ahead and created some new code for us that is going to really just brighten up what we have. Now you'll notice, it doesn't change any of the functionality as far as our app.pi goes, this file is untouched, it's going to be exactly the same. Really I've just added some static files that has some JavaScript and CSS and then also, the templates are jazzed up a little bit so you can really see this application shine. So, in order to do this, go ahead and go to your exercise files, and first, grab some items for the static. This is again, going to be the CSS and JavaScript and almost every website at some point is going to list our different items like this. So we're going to go…

Contents