๐Page & template management
Last updated
Last updated
The Page & Template Management feature provides a centralized way to create, customize, and manage public-facing pages for your SaaS application. These pages often include pricing, features, or promotional content and are crucial for tenant acquisition.
To access page management:
Click on the SaaS menu on the sidebar.
Click on the Pages item in the sub-menu item.
This will bring you to the list of all existing pages.
Click on the Create Page button.
In the form:
Name: Provide a name for the page.
Status: Choose between Draft
or Archived
or Published
.
โ ๏ธ Note: Only pages with the status Published can be selected and used as Landing Pages.
Click Save to create the page.
Once a page is created, actions are available in the rightmost Action column:
Preview (Eye Icon): View the current version of the page in a new tab.
Upload Template: Upload a .zip
file to override the design/content of the page.
You can upload a fully custom template by clicking the Upload Template button.
Upload a .zip
file that includes an index.html
and all related assets (CSS, JS, images).
After upload, the system will use the uploaded content instead of the visual editor.
Important Notes:
index.html
must be in the root of the archive.
All styles, scripts, and images must reside inside the respective assets
subfolders.
Ensure all content is sourced from trusted origins, including any external files or CDNs.
Once uploaded, the page will use this custom template instead of the visual editor content and can be customized via the visual editor.
Uploaded templates support Blade-style templating with predefined variables.
You can use standard Blade syntax to dynamically generate content within your uploaded HTML templates.
You can also visually customize a page using the Landing Page Editor.
Click on the Page Name from the list.
This will open the Page Builder.
Use the drag-and-drop interface to add or modify sections, text, and images.
Click Save when you're done editing.