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

# Custom Pages & Templates

> Create static content pages, write HTML/Liquid body markup, and leverage Theme Template Suffixes.

The Crafter Custom Pages module allows you to build informative static pages such as Server Rules, About Us, Terms of Service, or Lore Guides.

Navigate to [Dashboard > Content > Pages](https://app.crafter.net.tr/tr/dashboard/content/pages) to manage existing pages or build new ones.

<Frame caption="Pages Management Overview">
  <img src="https://mintcdn.com/crafter/ywi_yRx-8N5oKhkI/images/96d4dc61-45f9-448a-b18f-7ffd593bf2bd.png?fit=max&auto=format&n=ywi_yRx-8N5oKhkI&q=85&s=14d5551240d9c1f10f228b0cdadb5ff3" alt="Pages Overview" width="1856" height="958" data-path="images/96d4dc61-45f9-448a-b18f-7ffd593bf2bd.png" />
</Frame>

***

## Creating a Custom Page

<Steps>
  <Step title="Open Page Creator">
    Click **+ New Page** in the top right corner of the Pages screen.
  </Step>

  <Step title="Configure Title & URL Path">
    * **Page Title:** Display name (e.g., *Server Rules*, *Staff Team*).
    * **Slug:** URL path (e.g., `yourdomain.com/rules`).
    * **Published:** Visibility toggle.
  </Step>

  <Step title="Theme Template Suffix (Optional)">
    Assign a custom layout template suffix to override the standard page container.
  </Step>

  <Step title="Enter HTML / Body Content">
    Insert custom HTML, CSS styling, or markdown into the editor.
  </Step>

  <Step title="Set SEO & Save">
    Configure Meta Title and Meta Description, then click **Create**.
  </Step>
</Steps>

<Frame caption="Page Creation & Template Assignment Panel">
  <img src="https://mintcdn.com/crafter/ywi_yRx-8N5oKhkI/images/540d52d5-3c22-41cb-b341-4fb08c6c7e97.png?fit=max&auto=format&n=ywi_yRx-8N5oKhkI&q=85&s=c41c100c8f997ab26517df33fee292af" alt="Page Creator" width="1856" height="948" data-path="images/540d52d5-3c22-41cb-b341-4fb08c6c7e97.png" />
</Frame>

***

## Understanding Theme Template Suffixes

By default, pages render using your active theme's `templates/page.liquid` template. To render a custom bespoke design for specific pages, use **Theme Template Suffixes**:

<Info>
  * If left **empty**, Crafter compiles `templates/page.liquid`.
  * If you enter `contact`, the system compiles `templates/page.contact.liquid`.
  * If you enter `rules`, the system compiles `templates/page.rules.liquid`.
</Info>
