-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Microsoft Power Pages in Action
By :

When working with web templates and Liquid in Power Pages, the following best practices can greatly enhance the efficiency, maintainability, and performance of your portal. Here are some recommended practices to consider.
Use clear and descriptive names for your web templates, ensuring they reflect their purpose or functionality.
Maintain a consistent structure across your web templates, including common elements such as header, body, and footer. This promotes a cohesive user experience and simplifies maintenance.
Break down complex web templates into smaller, reusable components. This allows for easier management and updates and promotes code reusability.
Utilize “include” statements to include common code snippets or partial templates within your web templates. This reduces redundancy and enhances maintainability.