Themes

A theme is a set of files that define the presentation of your site by determining the HTML tags and CSS styles that encapsulate the content.

Bootstrap5 is the default theme and is based on Bootstrap 5.
It can be found in namaskar/templates/bootstrap5.
It is activated in the site.ini config file by stating: theme: "bootstrap5"

If none of the themes suit your needs, you will need to create a custom theme. A custom theme can be as simple as a single CSS file that adds styles to the tags provided by the core.
You may duplicate the boostrap5 folder, and start customizing it to your liking.
If your theme folder is "myNewTheme", then, it can be activated in the site.ini config file by stating: theme: "myNewTheme"