Best way to deal with lots of static pages?

Hi all,

I am developing an app for professional education, which is half textbook and half logbook. The logbook part is complete.

For the textbook part, I have lots of articles as separate pages and cannot figure out the best way to display them. I want them to be stored locally so no network connection is required. I also want to have fine control of the layout of each page. So far I have simply been creating a page in the app for each article, though this seems inefficient.

Is there a better way to achieve this?

Thanks in advance

Depends on how much commonality you can create amongst the various static pages in terms of layout. When you say “I also want to have fine control of the layout of each page”, that doesn’t give me much hope on that front, though.