Tutorial: Add a Custom Page Layout in Power Pages
Tutorial: Add Custom Page Layout to Your Power Pages Site When you create new webpages using the Pages workspace in Power Pages, you can choose from predefined page layouts. In some scenarios, you may want to create a custom page layout to display information in a specific format or provide a specialized user interface. In this tutorial, we create a custom page layout using Liquid . The example demonstrates a two-column layout with the main site menu on the left and page content on the right. What We Will Build Create a common base web template with custom layout code Create a second web template that extends the base template Create a page template referencing the web template Create a web page using the custom page layout Prerequisites A Power Pages subscription or trial An existing Power Pages site Basic knowledge of HTML and Liquid Step 1: Create a Web Template and Wri...