About

This website was created using NodeJS, Express with Bootstrap and EJS

It's a simple static HTML website, but with EJS I can utilize layouting. Basically, I have a page called "layout" which has the basic top-level HTML and container with a body element. Whenever I render a page, it takes the HTML of that page and inserts it into layout's body element. That way I can have my header and footer appear on every page. Which include links for navigating my site. Very important. In conclusion, I don't have to copy my header and footer to every single page seperately.