Overview:
At the heart of SpurtCMS templates lie variables, the dynamic elements that breathe life into web pages. From space variables facilitating the iteration and display of content categories to page variables enabling granular control over page rendering and navigation, understanding the intricacies of template variables empowers developers to craft immersive and interactive user experiences.

Entities:
spurtCMS LMS Template handles the organization of content revolves around three major entities: Spaces, Page Groups, and Pages. Let's explore how these entities function within the context of a content managed using spurtCMS admin application.

Spaces:
    -> Spaces represent distinct areas or sections within the LMS template. They can be conceptualized as containers that hold related content, courses, or resources.
    ->  Each space serves a specific purpose within the LMS. For example, there might be spaces dedicated to different subjects, departments, or learning modules.  

Page Groups:
    ->Page Groups act as organizational units within individual spaces. They group related pages together to facilitate logical content organization and navigation.
    ->Page Groups provide a hierarchical structure for organizing content within spaces. They help users locate relevant information efficiently and navigate through the LMS seamlessly.    

Pages:
    ->Pages represent individual units of content within the LMS. They can contain various types of educational materials, such as text, multimedia, assessments, or interactive elements
    ->Pages serve as the building blocks of the LMS interface.They can be static informational pages, course modules, assignment submissions, or discussion forums.
    -> There can be one or more pages under each page group or directly under a particular space.
    
Through effective management and configuration of these entities within the CMS, organizations can create dynamic and engaging learning environment.

spurtCMS Templates