Header and footer on every page by default

Hi
I want to add header and footer on all the pages of the application by default.

Is there any way by not replicating it on every page

Hi @Sneha_Borkar ,

Unfortunately there is no way, at the current moment, to add default footer and header for all pages in app.

There are two options to imitate behavior described by you:

  1. Create reusable components for footer and header and add manually them to each of your pages.
  2. Create page template with required header and footer and then create each of app pages from that template.

Regards, Andriy