How to add static HTML page to app

Hello,

I have a portfolio section on the home page, and I want to link each item to another page providing more details about it.

The details are not coming from a database, it’s just plain HTML.

How to do that without creating a view for each one?

One easy way to do it is to treat it as any other static file.

Put it somewhere in your static files directory structure, and link to it from the originating page, just as if it were any other static file such as a JavaScript, CSS, or image file.