I need to create a consistent layout for all of my website pages using Bootstrap. While I already have a layout designed for a single page, I want to apply the same design across all pages. My initial thought was to utilize Jade for this task, but I want to ensure that it's the most effective approach.
Would it be advisable to exclusively use Jade and avoid writing any HTML? This way, I could leverage Jade's 'extend' feature seamlessly. Is this the recommended method?
Given my lack of experience, I prefer to seek advice before investing significant effort into this project. How do most developers typically share an HTML layout among multiple webpages?
Edit: I intend to work with Node and Express as they are the technologies I am most comfortable using.