> ## Documentation Index
> Fetch the complete documentation index at: https://docs.digifist.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Page Template (main-page)

> Configure your basic page template with simple title display control

The Page template (main-page) is the simplest template, controlling how standard pages display. It provides minimal customization - primarily controlling page title visibility.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/digifist/images/theme/mojave/main-page-overview.png" alt="Page template overview" />
</Frame>

## What this section controls

* Page title visibility
* Page content display (automatic)

## Getting started

<Steps>
  <Step title="Open Theme Customizer">
    In your Shopify admin, go to **Online Store > Themes** and click **Customize** on your active theme.
  </Step>

  <Step title="Navigate to a page">
    Use the page selector dropdown to select **Pages** and choose any page to preview.
  </Step>

  <Step title="Locate the template">
    The "Page" section controls the main page template.
  </Step>
</Steps>

## Template settings

<AccordionGroup>
  <Accordion title="Show page title">
    Controls whether the page title displays at the top of the page content. Disabled by default.

    **When to enable**:

    * Standard informational pages (About, FAQ, Policies)
    * You want clear page identification
    * Page doesn't have custom sections with title

    **When to disable** (default):

    * Custom landing pages where title would be redundant
    * You're using page banner or other sections with custom titles
    * Minimalist design where title isn't needed

    **Note**: Page content always displays regardless of title setting.
  </Accordion>
</AccordionGroup>

## Best practices

<CardGroup cols={2}>
  <Card title="Use for simple pages" icon="file">
    main-page is ideal for basic content pages. For more complex layouts, add sections above/below or use page-banner section.
  </Card>

  <Card title="Hide title for custom layouts" icon="eye-slash">
    Keep title disabled (default) when using page-banner or other title-bearing sections to avoid duplication.
  </Card>

  <Card title="Show title for clarity" icon="heading">
    Enable title for standard pages (About, Contact, Policies) where clear identification helps users orient themselves.
  </Card>

  <Card title="Add custom sections" icon="plus">
    Enhance pages by adding sections above/below main-page section in template editor for richer layouts.
  </Card>
</CardGroup>
