anthonymjimenez / capuchin-portfolio

Portfolio Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flask_bootstrap

anthonymjimenez opened this issue · comments

To easily implement the flask_navbar styling we will need to have bootstrap running in the application. After installing flask_bootstrap we can create a base.html that contains a lot of the template html boilerplate.

base.html will contain

  1. Meta and Header data
  2. CSS and bootstrap connection
  3. Nav bar

Opening new issue for metadata